TransactionAnnotationsGetResponse.TransactionId Property

 

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

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[MessageBodyMemberAttribute]
public int TransactionId { get; set; }
public:
[MessageBodyMemberAttribute]
property int TransactionId {
    int get();
    void set(int value);
}
[<MessageBodyMemberAttribute>]
member TransactionId : int with get, set
<MessageBodyMemberAttribute>
Public Property TransactionId As Integer

Property Value

Type: System.Int32

Integer representing the ID.

See Also

TransactionAnnotationsGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top