Partilhar via


Propriedade do RDL ModelPrivilege.PrincipalType

Gets or sets the principal type.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property PrincipalType As PrincipalType 
    Get 
    Set
'Uso
Dim instance As ModelPrivilege 
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)

Valor da propriedade

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

Consulte também

Referência

ModelPrivilege Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts