Compartir a través de


FunctionPrivilege.PrincipalId Propiedad

Gets or sets the identifier of the principal.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property PrincipalId As Identifier 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

FunctionPrivilege Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts