BCSVault.Arguments Property |
Gets the collection of named properties stored in the vault.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic BCSVault.VaultArgumentCollection Arguments { get; }
Public ReadOnly Property Arguments As BCSVault.VaultArgumentCollection
Get
Property Value
Type:
BCSVault.VaultArgumentCollection
Remarks
Values can be used until the vault is closed.
See Also