Xml::ClientID Property

 
Use BaseTrue

Overrides the Control::ClientID property and returns the base server control identifier.

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

public:
property String^ ClientID {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The base server control identifier.

.NET Framework
Available since 2.0
Return to top
Show: