HierarchyLevelSortingTopOverrides Property |
Gets the rule top 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> TopOverrides { get; }Public ReadOnly Property TopOverrides As IReadOnlyList(Of String)
Get
public:
property IReadOnlyList<String^>^ TopOverrides {
IReadOnlyList<String^>^ get ();
}member TopOverrides : IReadOnlyList<string> with get
Property Value
Type:
IReadOnlyListString
See Also