The errors associated with the job, if any.

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

Syntax

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

See Also