HierarchyMemberPrivilegesCriteria.PrincipalId Property

 

Gets or sets the principal identifier.

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

Syntax

[DataMemberAttribute]
public Identifier PrincipalId { get; set; }
public:
[DataMemberAttribute]
property Identifier^ PrincipalId {
    Identifier^ get();
    void set(Identifier^ value);
}
[<DataMemberAttribute>]
member PrincipalId : Identifier with get, set
<DataMemberAttribute>
Public Property PrincipalId As Identifier

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier

The principal identifier.

See Also

HierarchyMemberPrivilegesCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top