OtherGroupSettingsDataCategory Property |
Gets or sets the category for the other group analysis.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(EmitDefaultValue = true, Name = "category")]
public OtherGroupCategory Category { get; set; }<DataMemberAttribute(EmitDefaultValue := true, Name := "category")>
Public Property Category As OtherGroupCategory
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"category")]
property OtherGroupCategory Category {
OtherGroupCategory get ();
void set (OtherGroupCategory value);
}[<DataMemberAttribute(EmitDefaultValue = true, Name = "category")>]
member Category : OtherGroupCategory with get, set
Property Value
Type:
OtherGroupCategory
See Also