BCSVaultArguments Property |
Gets the collection of named properties stored in the vault.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.14.0)
Syntaxpublic BCSVaultVaultArgumentCollection Arguments { get; }
Public ReadOnly Property Arguments As BCSVaultVaultArgumentCollection
Get
public:
property BCSVaultVaultArgumentCollection^ Arguments {
BCSVaultVaultArgumentCollection^ get ();
}
member Arguments : BCSVaultVaultArgumentCollection with get
Property Value
Type:
BCSVaultVaultArgumentCollection
Remarks
Values can be used until the vault is closed.
See Also