PrincipalType Enumeration
Contains values specifying the type of security principal (user or group).
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Enumeration PrincipalType
'Usage
Dim instance As PrincipalType
public enum PrincipalType
public enum class PrincipalType
type PrincipalType
public enum PrincipalType
Members
Member name | Description | |
---|---|---|
None | Principal type not specified. | |
UserAccount | A user account assigned to MDS. | |
Group | An group account assigned to MDS. |