MemberInfoGroupKind Property  | 
  
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic GroupKind? GroupKind { get; }Public ReadOnly Property GroupKind As GroupKind?
	Get
public:
property Nullable<GroupKind> GroupKind {
	Nullable<GroupKind> get ();
}member GroupKind : Nullable<GroupKind> with get
Property Value
Type: 
NullableGroupKindThe kind of group, if applicable.
See Also