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