HierarchyLevelSortingDataBottomOverrides Property |
Gets the rule bottom overrides, if any.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "bottomOverrides")]
public IList<string> BottomOverrides { get; }<DataMemberAttribute(EmitDefaultValue := false, Name := "bottomOverrides")>
Public ReadOnly Property BottomOverrides As IList(Of String)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"bottomOverrides")]
property IList<String^>^ BottomOverrides {
IList<String^>^ get ();
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "bottomOverrides")>]
member BottomOverrides : IList<string> with get
Property Value
Type:
IListString
See Also