Partager via


Propriété ModelPrivilegesCriteria.PrincipalType

Gets or sets the principal type.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property PrincipalType As PrincipalType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.MasterDataServices.Services.DataContracts.PrincipalType
The principal type.

Voir aussi

Référence

ModelPrivilegesCriteria Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts