This document is archived and information here might be outdated. Recommended version. |
The minimum value (0-100).
[Visual Basic .NET] Public Property MinValue As Integer
[C#] public int MinValue {get; set;}
[C++]
HRESULT get_MinValue(
long MinValue
);
[C++]
HRESULT put_MinValue(
System.Int32* MinValue
);
[C++]
Parameters MinValue [in]
MinValue is a parameter of type long MinValue [out, retval]
MinValue is a parameter of type long*