Właściwość Transaction.TransactionType
Pobiera lub ustawia TransactionType transakcji.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property TransactionType As TransactionType
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.MasterDataServices.Services.DataContracts.TransactionType
TransactionType.
Zobacz także