MeasureSortingItem Property (String) |
Gets the
SortDirection defined for the specified hierarchy level.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic SortDirection this[
string levelUniqueName
] { get; }Public ReadOnly Default Property Item (
levelUniqueName As String
) As SortDirection
Get
public:
property SortDirection default[String^ levelUniqueName] {
SortDirection get (String^ levelUniqueName);
}member Item : SortDirection with get
Parameters
- levelUniqueName
- Type: SystemString
The hierarchy level unique name.
Property Value
Type:
SortDirectionThe
SortDirection.
Return Value
Type:
SortDirectionThe sort direction.
Exceptions| Exception | Condition |
|---|
| ArgumentException | levelUniqueName is or Empty or does not belong to any of the current metric set hierarchies. |
See Also