Gets the current transaction object the instance was initialized with.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
[ComVisibleAttribute(false)] public BCRepository Repository { get; } |
Visual Basic |
---|
<ComVisibleAttribute(False)> _ Public ReadOnly Property Repository As BCRepository Get |
Visual C++ |
---|
[ComVisibleAttribute(false)] public: property BCRepository^ Repository { BCRepository^ get (); } |
Remarks
The property is initialized only when the task requires connection to a vault
(see the OnConnect(String%, String%, String%, String%, String%) method). By default, the connection
is made from behalf of the user account of the Task Server.