Gets or sets the job VC alloacation share percentage, the number is a floating point. If null, allocation will be determined by TokenAllocation.

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

Syntax

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

See Also