Click or drag to resize
MvComponentTransactionId Property
Gets the identifier of the current component-to-server transaction.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public int TransactionId { get; }

Property Value

Type: Int32
The identifier of the current component-to-server transaction or 0 if no transaction has been initialized.
Remarks

Category: Transaction Control from the Component to the Server.

See Also