The virtual cluster to which the job was submitted.

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

Syntax

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

See Also