Compartir a través de


Transaction.TransactionType Propiedad

Gets or sets the type of the transaction.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property TransactionType As TransactionType 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.TransactionType
The type of the transaction.

Vea también

Referencia

Transaction Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts