AddStateGroupOptionsGroupName Property |
Gets or sets the name of the group.
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(Name = "groupName", EmitDefaultValue = false)]
public string GroupName { get; set; }
<DataMemberAttribute(Name := "groupName", EmitDefaultValue := false)>
Public Property GroupName As String
Get
Set
public:
[DataMemberAttribute(Name = L"groupName", EmitDefaultValue = false)]
property String^ GroupName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "groupName", EmitDefaultValue = false)>]
member GroupName : string with get, set
Property Value
Type:
String
The name of the group.
See Also