Partager via


Propriété HierarchyMemberPrivilege.PrincipalId

Gets or sets the identifier of the principal.

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

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PrincipalId As Identifier 
    Get 
    Set
'Utilisation
Dim instance As HierarchyMemberPrivilege 
Dim value As Identifier 

value = instance.PrincipalId

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

Valeur de propriété

Type : Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the principal.

Voir aussi

Référence

HierarchyMemberPrivilege Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts