| StartResultTransactionId Property  | 
 
            If the operation was successful, a 128-bit unique identifier for the newly opened transaction.
            If a pre-existing open transaction already exists for this 
Item at this operation,
            the Id of the existing transaction will be returned.  This Id may be used by subsequent calls
            to record data against the transaction, and to pause or complete (finish) the transaction.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
 Syntax
Syntaxpublic Nullable<Guid> TransactionId { get; }Public ReadOnly Property TransactionId As Nullable(Of Guid)
	Get
public:
property Nullable<Guid> TransactionId {
	Nullable<Guid> get ();
}member TransactionId : Nullable<Guid> with get
Property Value
Type: 
NullableGuid See Also
See Also