Condividi tramite


Proprietà PrincipalType

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

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property PrincipalType As PrincipalType
    Get
    Set
'Utilizzo
Dim instance As ModelPrivilegesCriteria
Dim value As PrincipalType

value = instance.PrincipalType

instance.PrincipalType = value
[DataMemberAttribute]
public PrincipalType PrincipalType { get; set; }
[DataMemberAttribute]
public:
property PrincipalType PrincipalType {
    PrincipalType get ();
    void set (PrincipalType value);
}
[<DataMemberAttribute>]
member PrincipalType : PrincipalType with get, set
function get PrincipalType () : PrincipalType
function set PrincipalType (value : PrincipalType)

Valore proprietà

Tipo: Microsoft.MasterDataServices. . :: . .PrincipalType
One of the values of PrincipalType. Possible values are Group, None, or UserAccount.