The priority of the job.

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

Syntax

C#
public uint Priority { get; set; }
Visual Basic
Public Property Priority As UInteger
	Get
	Set
Visual C++
public:
property unsigned int Priority {
	unsigned int get ();
	void set (unsigned int value);
}

See Also