Свойство Transaction.TransactionType

Gets or sets the type of the transaction.

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

Синтаксис

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

value = instance.TransactionType

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

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

Тип: Microsoft.MasterDataServices.Services.DataContracts.TransactionType
The type of the transaction.

См. также

Справочник

Transaction Класс

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