Enumeração PrincipalType
Contains values specifying the type of security principal (user or group).
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
Public Enumeration PrincipalType
'Uso
Dim instance As PrincipalType
public enum PrincipalType
public enum class PrincipalType
type PrincipalType
public enum PrincipalType
Membros
Nome do membro | Descrição | |
---|---|---|
None | Principal type not specified. | |
UserAccount | A user account assigned to MDS. | |
Group | An group account assigned to MDS. |