IBCExtensionHostVaultDetails Property |
Note: This API is now obsolete.
Gets the script object for the vault.
Namespace: BlueCieloECM.InnoCielo.Meridian.ExtensionsAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax [ObsoleteAttribute("This property might be removed from future versions. Use the "ScriptObjects" property.")]
BCSVault VaultDetails { get; }
<ObsoleteAttribute("This property might be removed from future versions. Use the "ScriptObjects" property.")>
ReadOnly Property VaultDetails As BCSVault
Get
[ObsoleteAttribute(L"This property might be removed from future versions. Use the "ScriptObjects" property.")]
property BCSVault^ VaultDetails {
BCSVault^ get ();
}
[<ObsoleteAttribute("This property might be removed from future versions. Use the "ScriptObjects" property.")>]
abstract VaultDetails : BCSVault with get
Property Value
Type:
BCSVaultRemarks
Returns if the meta data is not defined.
This property might be removed from future versions. Use the ScriptObjects property.
See Also