MetricSetDataStateGroups Property |
Gets the state groups.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "stateGroups")]
public IList<StateGroupData> StateGroups { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "stateGroups")>
Public ReadOnly Property StateGroups As IList(Of StateGroupData)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"stateGroups")]
property IList<StateGroupData^>^ StateGroups {
IList<StateGroupData^>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "stateGroups")>]
member StateGroups : IList<StateGroupData> with get
Property Value
Type:
IListStateGroupDataSee Also