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.

ControlValuePropertyAttribute Constructor

 

Initializes a new instance of the ControlValuePropertyAttribute class.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodControlValuePropertyAttribute(String^)

Initializes a new instance of the ControlValuePropertyAttribute class using the specified property name.

System_CAPS_pubmethodControlValuePropertyAttribute(String^, Object^)

Initializes a new instance of the ControlValuePropertyAttribute class using the specified property name and default value.

System_CAPS_pubmethodControlValuePropertyAttribute(String^, Type^, String^)

Initializes a new instance of the ControlValuePropertyAttribute class using the specified property name and default value. The default value is also converted to the specified data type.

Return to top
Show:
© 2017 Microsoft