言語

TransactionSearchCriteria.TransactionType プロパティ

定義

トランザクションの種類を取得するか設定します。

public:
 property Nullable<Microsoft::MasterDataServices::TransactionType> TransactionType { Nullable<Microsoft::MasterDataServices::TransactionType> get(); void set(Nullable<Microsoft::MasterDataServices::TransactionType> value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.TransactionType? TransactionType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.TransactionType : Nullable<Microsoft.MasterDataServices.TransactionType> with get, set
Public Property TransactionType As Nullable(Of TransactionType)

プロパティ値

TransactionTypeの値の 1 つ。

属性

適用対象