Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the transaction type.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property TransactionType As Nullable(Of TransactionType)
Get
Set
'Usage
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>)
Property Value
Type: System.Nullable<TransactionType>
One of the values of TransactionType.