Gets or sets the job priority. If null, allocation will not be changed.

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

Syntax

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

See Also