ModelErrorMessage::AssociatedControlID Property

.NET Framework (current version)
 

Gets or sets the ID of the control that is associated with the error message.

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

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

Property Value

Type: System::String^

The ID of the control.

.NET Framework
Available since 4.5
Return to top
Show: