Vc exact token allocation. This should be a number larger than 0. Passing -1 will use the default value. Default is -1.

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

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);
}

See Also