| 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: 7.2.0.0 (7.2.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