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