BaseValidator::AssociatedControlID Property

 

This property is not supported.

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

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

Property Value

Type: System::String^

This property is not supported and always throws a NotSupportedException.

Exception Condition
NotSupportedException

An attempt was made to set this property.

This property is not supported. This property is supported only on the base Label class.

.NET Framework
Available since 1.1
Return to top
Show: