EnvironmentBaseCurrentTransactionID Property |
Accessor for the transaction id object. Clones the object to local process on first call.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic TypedValue CurrentTransactionID { get; }
Public ReadOnly Property CurrentTransactionID As TypedValue
Get
public:
virtual property TypedValue^ CurrentTransactionID {
TypedValue^ get () sealed;
}
Property Value
Type:
TypedValueImplements
IEnvironmentCurrentTransactionID
See Also