Gets the server control identifier generated by ASP.NET.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public override string ClientID { get; }
Visual Basic
Public Overrides ReadOnly Property ClientID As String
	Get
Visual C++
public:
virtual property String^ ClientID {
	String^ get () override;
}

See Also