BCOpenVaultDialogSelectedVault Property |
Gets the vault that a user selected in the dialog box
or sets the initial parameters of the dialog.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCVaultLink SelectedVault { get; set; }
Public Property SelectedVault As BCVaultLink
Get
Set
public:
property BCVaultLink^ SelectedVault {
BCVaultLink^ get ();
void set (BCVaultLink^ value);
}
member SelectedVault : BCVaultLink with get, set
Property Value
Type:
BCVaultLinkSee Also