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.3.0.1000)
Syntax public enum MemberInfoKind
Public Enumeration MemberInfoKind
public enum class MemberInfoKind
Members
| Member name | Value | Description |
---|
| Unknown | 0 | The member kind is not known. |
| Account | 1 | The member is an account, but the specific type is not known. |
| LocalUserAccount | 2 | The member is a Local User account. |
| WindowsUserAccount | 3 | The member is a Windows User account. |
| WindowsGroupAccount | 4 | The member is a Windows Group account. |
| Group | 5 | The member is a group. |
| ExternalUserAccount | 6 | The member is a (non-Windows) External User account. |
| ExternalGroupAccount | 7 | The member is a (non-Windows) External Group account. |
See Also