Enumerazione PrincipalType
Contains values that specify the type of security principal (user or group).
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "PrincipalType", Namespace := "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")> _
Public Enumeration PrincipalType
'Utilizzo
Dim instance As PrincipalType
[DataContractAttribute(Name = "PrincipalType", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")]
public enum PrincipalType
[DataContractAttribute(Name = L"PrincipalType", Namespace = L"http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")]
public enum class PrincipalType
[<DataContractAttribute(Name = "PrincipalType", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")>]
type PrincipalType
public enum PrincipalType
Membri
Nome membro | Descrizione | |
---|---|---|
None | Principal type not specified. | |
UserAccount | A user account that is assigned to MDS. | |
Group | A group account that is assigned to MDS. |