Transaction.UserId Propiedad
Gets or sets the identifier of the user who created the transaction.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Property UserId As Identifier
Get
Set
'Uso
Dim instance As Transaction
Dim value As Identifier
value = instance.UserId
instance.UserId = value
[DataMemberAttribute]
public Identifier UserId { get; set; }
[DataMemberAttribute]
public:
property Identifier^ UserId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute>]
member UserId : Identifier with get, set
function get UserId () : Identifier
function set UserId (value : Identifier)
Valor de la propiedad
Tipo: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the user who created the transaction.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts