Gets the collection of named properties stored on a local machine for the current user.

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 BCSClient..::..ClientArgumentCollection Arguments { get; private set; }
Visual Basic
Public Property Arguments As BCSClient..::..ClientArgumentCollection
	Get
	Private Set
Visual C++
public:
property BCSClient..::..ClientArgumentCollection^ Arguments {
	BCSClient..::..ClientArgumentCollection^ get ();
	private: void set (BCSClient..::..ClientArgumentCollection^ value);
}

Remarks

Values can be used until the vault is closed.

See Also