Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RangeAttribute Constructor

 

Initializes a new instance of the RangeAttribute class.

Namespace:   System.ComponentModel.DataAnnotations
Assembly:  System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)

NameDescription
System_CAPS_pubmethodRangeAttribute(Double, Double)

Initializes a new instance of the RangeAttribute class by using the specified minimum and maximum values.

System_CAPS_pubmethodRangeAttribute(Int32, Int32)

Initializes a new instance of the RangeAttribute class by using the specified minimum and maximum values.

System_CAPS_pubmethodRangeAttribute(Type^, String^, String^)

Initializes a new instance of the RangeAttribute class by using the specified minimum and maximum values and the specific type.

Return to top
Show:
© 2017 Microsoft