MemberInfoDataGroupKind Property  | 
  
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "groupKind", EmitDefaultValue = false)]
public GroupKind? GroupKind { get; set; }<DataMemberAttribute(Name := "groupKind", EmitDefaultValue := false)>
Public Property GroupKind As GroupKind?
	Get
	Set
public:
[DataMemberAttribute(Name = L"groupKind", EmitDefaultValue = false)]
property Nullable<GroupKind> GroupKind {
	Nullable<GroupKind> get ();
	void set (Nullable<GroupKind> value);
}[<DataMemberAttribute(Name = "groupKind", EmitDefaultValue = false)>]
member GroupKind : Nullable<GroupKind> with get, set
Property Value
Type: 
NullableGroupKindThe kind of group, if applicable.
See Also