Transaction.Id Property

Definition

Specifies the identifier of the transaction

public:
 property int Id { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int Id { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Id : int with get, set
Public Property Id As Integer

Property Value

The identifier.

Attributes

Applies to