MetricSetAddStateGroup(String, String) Method |
Adds a new state group, linked to all the metric set measures.
Namespace: Dundas.BI.Entities.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic StateGroup AddStateGroup(
string groupName,
string groupDescription
)
Public Function AddStateGroup (
groupName As String,
groupDescription As String
) As StateGroup
public:
StateGroup^ AddStateGroup(
String^ groupName,
String^ groupDescription
)
member AddStateGroup :
groupName : string *
groupDescription : string -> StateGroup Parameters
- groupName String
- Name of the group.
- groupDescription String
- The group description.
Return Value
StateGroupThe newly defined
StateGroup.
See Also