Gets or sets the token allocation requirement for the job to be started.
-1 means using the default token allocation.
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public int TokenAllocation { get; set; } |
Visual Basic |
---|
Public Property TokenAllocation As Integer Get Set |
Visual C++ |
---|
public: property int TokenAllocation { int get (); void set (int value); } |