| MvComponentTransactionId Property |
Gets the identifier of the current component-to-server
transaction.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public int TransactionId { get; }
Public ReadOnly Property TransactionId As Integer
Get
public:
property int TransactionId {
int 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