TransactionSearchCriteria.TransactionId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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