Whether the maximum range is used. Applicable only if the range constraint is not used.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseMaximumRange() As Boolean |
[C#] |
---|
public bool UseMaximumRange {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseMaximumRange(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseMaximumRange( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseMaximumRange( VARIANT_BOOL UseMaximumRange ); |
[Java] |
---|
public bool getUseMaximumRange(); public void setUseMaximumRange( bool ); |