Integer VcPercentAllocation - null = default value
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public Nullable<int> VcPercentAllocation { get; internal set; } |
Visual Basic |
---|
Public Property VcPercentAllocation As Nullable(Of Integer) Get Friend Set |
Visual C++ |
---|
public: property Nullable<int> VcPercentAllocation { Nullable<int> get (); internal: void set (Nullable<int> value); } |