Compartir a través de


TransactionSearchCriteria.TransactionId Propiedad

Gets or sets a transaction ID.

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

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property TransactionId As Nullable(Of Integer)
    Get
    Set
'Uso
Dim instance As TransactionSearchCriteria
Dim value As Nullable(Of Integer)

value = instance.TransactionId

instance.TransactionId = value
[DataMemberAttribute]
public Nullable<int> TransactionId { get; set; }
[DataMemberAttribute]
public:
property Nullable<int> TransactionId {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
[<DataMemberAttribute>]
member TransactionId : Nullable<int> with get, set
function get TransactionId () : Nullable<int>
function set TransactionId (value : Nullable<int>)

Valor de la propiedad

Tipo: System.Nullable<Int32>
An integer that represents the transaction ID.

Vea también

Referencia

TransactionSearchCriteria Clase

Espacio de nombres Microsoft.MasterDataServices