Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.DataContracts