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.