HierarchyLevelSortingBottomOverrides Property |
Gets the rule bottom overrides, if any.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IReadOnlyList<string> BottomOverrides { get; }Public ReadOnly Property BottomOverrides As IReadOnlyList(Of String)
Get
public:
property IReadOnlyList<String^>^ BottomOverrides {
IReadOnlyList<String^>^ get ();
}member BottomOverrides : IReadOnlyList<string> with get
Property Value
Type:
IReadOnlyListString
See Also