MemberInfoGroupKind Property

Gets the kind of the group. This is only set if MemberKind is Group.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public GroupKind? GroupKind { get; }

Property Value

Type: NullableGroupKind
The kind of group, if applicable.
See Also