Gets or sets the connection to the vault that contains the objects to browse.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCVaultLink SelectedVault { set; }
Visual Basic
Public WriteOnly Property SelectedVault As BCVaultLink
	Set
Visual C++
public:
property BCVaultLink^ SelectedVault {
	void set (BCVaultLink^ value);
}

See Also