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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Int64
See Also