Énumération PrincipalType
Contains values specifying the type of security principal (user or group).
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Syntaxe
'Déclaration
Public Enumeration PrincipalType
'Utilisation
Dim instance As PrincipalType
public enum PrincipalType
public enum class PrincipalType
type PrincipalType
public enum PrincipalType
Membres
Nom de membre | Description | |
---|---|---|
None | Principal type not specified. | |
UserAccount | A user account assigned to MDS. | |
Group | An group account assigned to MDS. |