Поделиться через


Свойство Transaction.Id

Gets or sets the ID of the transaction.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property Id As Integer
    Get
    Set
'Применение
Dim instance As Transaction
Dim value As Integer

value = instance.Id

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

Значение свойства

Тип: System.Int32
An integer that represents the ID of the transaction.

См. также

Справочник

Transaction Класс

Пространство имен Microsoft.MasterDataServices