The CustomProperties of this job.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public NameValueCollection CustomProperties { get; set; }
Visual Basic
Public Property CustomProperties As NameValueCollection
	Get
	Set
Visual C++
public:
property NameValueCollection^ CustomProperties {
	NameValueCollection^ get ();
	void set (NameValueCollection^ value);
}

See Also