CalculatedColumnModified Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates if the calculated column has been modified since it was last applied to the dataset.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool Modified { get; }
Public ReadOnly Property Modified As Boolean
Get
public:
virtual property bool Modified {
bool get () sealed;
}
Return Value
Type:
BooleanTrue if the calculated column has been modified since it was last applied to the dataset.
Remarks See Also