The job's priority. This should be a number between 1 and 2147483647, inclusive. A lower priority value is given higher scheduling preference. Default value is 1000.

Namespace: ScopeClient
Assembly: Scope (in Scope.exe) Version: 10.2.0.0 (10.2.2.0)

Syntax

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

See Also