GUID representing the job ID.

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

Syntax

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

See Also