Gets the ID of the client component.
Syntax
CSharp
public override string ClientID { get; }VisualBasic
Public Overrides ReadOnly Property ClientID As String
ManagedCPlusPlus
public:
virtual String^ ClientID {
String^ get () override;
}JSharp
Value
Return Value
The ID of the client component.
Remarks
The ClientID property of the ScriptControlDescriptor class always returns the value of the ElementID property.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)