MemberInfoGroupKind Property |
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
NullableGroupKindThe kind of group, if applicable.
See Also