ModelErrorMessage::ModelStateKey Property

.NET Framework (current version)
 

Gets or sets the key for which the first error from the page's model state is to be displayed.

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

public:
[ThemeableAttribute(false)]
property String^ ModelStateKey {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The key.

.NET Framework
Available since 4.5
Return to top
Show: