LongValidatorAttribute::MaxValue Property

 

Gets or sets the maximum value allowed for the property.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
property long long MaxValue {
	long long get();
	void set(long long value);
}

Property Value

Type: System::Int64

A long integer that indicates the allowed maximum value.

Exception Condition
ArgumentOutOfRangeException

The selected value is less than MinValue.

The MaxValue property value is included in the allowed range.

The following example shows how to use the MaxValue property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: