Compartir a través de


TransactionAnnotationsGetResponse.TransactionId Propiedad

Gets or sets the ID of the transaction to which the annotations belong.

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

Sintaxis

'Declaración
<MessageBodyMemberAttribute> _
Public Property TransactionId As Integer 
    Get 
    Set
'Uso
Dim instance As TransactionAnnotationsGetResponse 
Dim value As Integer 

value = instance.TransactionId

instance.TransactionId = value
[MessageBodyMemberAttribute]
public int TransactionId { get; set; }
[MessageBodyMemberAttribute]
public:
property int TransactionId {
    int get ();
    void set (int value);
}
[<MessageBodyMemberAttribute>]
member TransactionId : int with get, set
function get TransactionId () : int 
function set TransactionId (value : int)

Valor de la propiedad

Tipo: System.Int32
Integer representing the ID.

Vea también

Referencia

TransactionAnnotationsGetResponse Clase

Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts