This should be a floating point > 0 and le 100. Passing
null will use the default value.
Namespace: VcClientAssembly: 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); } |