Share via


FunctionPrivilege.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> _
Public Property PrincipalId As Identifier 
    Get 
    Set
'Usage
Dim instance As FunctionPrivilege 
Dim value As Identifier 

value = instance.PrincipalId

instance.PrincipalId = value
[DataMemberAttribute]
public Identifier PrincipalId { get; set; }
[DataMemberAttribute]
public:
property Identifier^ PrincipalId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<DataMemberAttribute>]
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

FunctionPrivilege Class

Microsoft.MasterDataServices.Services.DataContracts Namespace