List of cluster resources used by the job

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

Syntax

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

See Also