TransactionNumber Property |
Gets the number of this transaction. Multiple transactions may share a single number and
the number of a transaction may change when it is committed.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public long Number { get; }
Public ReadOnly Property Number As Long
Get
public:
property long long Number {
long long get ();
}
member Number : int64 with get
Property Value
Type:
Int64See Also