VC percent allocation. This should be a floating point > 0 and le 100.
Passing -1 will use the default value.
Default is -1.
Namespace: ScopeClientAssembly: 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); } |