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: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCSVault..::..VaultArgumentCollection Arguments { get; private set; }
Visual Basic
Public Property Arguments As BCSVault..::..VaultArgumentCollection
	Get
	Private Set
Visual C++
public:
property BCSVault..::..VaultArgumentCollection^ Arguments {
	BCSVault..::..VaultArgumentCollection^ get ();
	private: void set (BCSVault..::..VaultArgumentCollection^ value);
}

Remarks

Values can be used until the vault is closed.

See Also