ModelPrivilegesCriteria.PrincipalType Property

Definition

Gets or sets the PrincipalType value that is used to filter the results.

public:
 property Microsoft::MasterDataServices::PrincipalType PrincipalType { Microsoft::MasterDataServices::PrincipalType get(); void set(Microsoft::MasterDataServices::PrincipalType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.PrincipalType PrincipalType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.PrincipalType : Microsoft.MasterDataServices.PrincipalType with get, set
Public Property PrincipalType As PrincipalType

Property Value

One of the values of PrincipalType. Possible values are Group, None, or UserAccount.

Attributes

Applies to