Get the maximum value of this property. Use PropertyType to determine the type to cast to.
Read-only property
[Visual Basic .NET] |
---|
Public Property Max() As System.Object |
[C#] |
---|
public System.Object Max {get;} |
[Managed C++] |
---|
public: __property VARIANT get_Max(); |
[Unmanaged C++] |
---|
public: HRESULT get_Max( VARIANT * pVal ); |
[Java] |
---|
public AgVariant getMax(); |