VC percent allocation. This should be a floating point > 0 and le 100. 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 double VcPercentAllocation { get; set; }
Visual Basic
Public Property VcPercentAllocation As Double
	Get
	Set
Visual C++
public:
property double VcPercentAllocation {
	double get ();
	void set (double value);
}

See Also