MemberInfoKind Enumeration

Specifies the kinds of items represented by a MemberInfo.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public enum MemberInfoKind
Members
  Member nameValueDescription
Unknown0The member kind is not known.
Account1The member is an account, but the specific type is not known.
LocalUserAccount2The member is a Local User account.
WindowsUserAccount3The member is a Windows User account.
WindowsGroupAccount4The member is a Windows Group account.
Group5The member is a group.
ExternalUserAccount6The member is a (non-Windows) External User account.
ExternalGroupAccount7The member is a (non-Windows) External Group account.
See Also