Compartir a través de


TransactionSearchCriteria.TransactionType Propiedad

Definición

Obtiene o establece el tipo de transacción.

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)

Valor de propiedad

Uno de los valores de TransactionType.

Atributos

Se aplica a