TransactionSearchCriteria.TransactionId Property

Definition

Specifies the transaction identifier.

public:
 property Nullable<int> TransactionId { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember(IsRequired=false)]
public int? TransactionId { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false)>]
member this.TransactionId : Nullable<int> with get, set
Public Property TransactionId As Nullable(Of Integer)

Property Value

The transaction identifier.

Attributes

Applies to