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