Właściwość TransactionSearchCriteria.TransactionType
Pobiera lub ustawia typ transakcji.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property TransactionType As Nullable(Of TransactionType)
Get
Set
'Użycie
Dim instance As TransactionSearchCriteria
Dim value As Nullable(Of TransactionType)
value = instance.TransactionType
instance.TransactionType = value
[DataMemberAttribute]
public Nullable<TransactionType> TransactionType { get; set; }
[DataMemberAttribute]
public:
property Nullable<TransactionType> TransactionType {
Nullable<TransactionType> get ();
void set (Nullable<TransactionType> value);
}
[<DataMemberAttribute>]
member TransactionType : Nullable<TransactionType> with get, set
function get TransactionType () : Nullable<TransactionType>
function set TransactionType (value : Nullable<TransactionType>)