This documentation is archived and is not being maintained.
PrincipalType Enumeration
Specifies the type of security principal (None, UserAccount, or Group).
Namespace:
Microsoft.MasterDataServices.Services.DataContractsAssembly:
Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
[DataContractAttribute(Name = "PrincipalType", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class PrincipalType
| Member name | Description |
|---|
| Group | |
| None | |
| UserAccount | |
The PrincipalType simple type specifies the type of security principal (user or group).
Return to top