Freigeben über


PrincipalId-Eigenschaft

Gets or sets the ID of the principal in the function privilege assignment.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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)

Eigenschaftswert

Typ: Microsoft.MasterDataServices. . :: . .Identifier
A new instance of type Identifier.