MeasureSortingIsDefined Property |
Gets a value indicating whether sorting is defined.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic bool IsDefined { get; }Public ReadOnly Property IsDefined As Boolean
Get
public:
property bool IsDefined {
bool get ();
}member IsDefined : bool with get
Property Value
Type:
Boolean if sorting is defined; otherwise,
.
See Also