The exact number of tokens to be assigned to the job. When this vallue is null default token allocation will be used, then VcPercentAllocation will be used. TokenAllocation cannot be used together with VcPercentAllocation.

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

Syntax

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

See Also