ClientHierarchyLevelSortingTopOverrides Property |
Gets the top overrides, if any.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IList<string> TopOverrides { get; }Public ReadOnly Property TopOverrides As IList(Of String)
Get
public:
property IList<String^>^ TopOverrides {
IList<String^>^ get ();
}member TopOverrides : IList<string> with get
Property Value
Type:
IListString
See Also