Gets or sets an object that represents the connection to a vault selected in the dialog box.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
| C# |
|---|
public BCRepository Repository { get; set; } |
| Visual Basic |
|---|
Public Property Repository As BCRepository Get Set |
| Visual C++ |
|---|
public: property BCRepository^ Repository { BCRepository^ get (); void set (BCRepository^ value); } |