MemberInfoGroupKind Property |
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; }
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