StateGroupAddState Method |
Adds a new state to the state group collection.
Namespace: Dundas.BI.Entities.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic State AddState(
string name,
string description
)
Public Function AddState (
name As String,
description As String
) As State
public:
State^ AddState(
String^ name,
String^ description
)
member AddState :
name : string *
description : string -> State Parameters
- name String
- The name for the state.
- description String
- The description for the state.
Return Value
StateThe newly defined
State.
See Also