Свойство TransactionAnnotationsGetRequest.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 TransactionAnnotationsGetRequest
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.
См. также
Справочник
TransactionAnnotationsGetRequest Класс
Пространство имен Microsoft.MasterDataServices.Services.MessageContracts