Share via


HierarchyMemberPrivilege.PrincipalId Property

Gets or sets the identifier of the principal.

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

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PrincipalId As Identifier 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

HierarchyMemberPrivilege Class

Microsoft.MasterDataServices.Services.DataContracts Namespace