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: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
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); } |