Floating point VcPercentAllocation - null = default value

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

Syntax

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

See Also