TransactionAnnotationsGetResponse.TransactionId 属性

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

命名空间:  Microsoft.MasterDataServices.Services.MessageContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<MessageBodyMemberAttribute> _
Public Property TransactionId As Integer 
    Get 
    Set
用法
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)

属性值

类型:System.Int32
Integer representing the ID.

请参阅

参考

TransactionAnnotationsGetResponse 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间