The regex pattern of jobs' names. Returned jobs should have match for this pattern.

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

Syntax

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

See Also