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 or a generated value, depending on the conditions described in the following table.
- The ID property has already been set.
The value of the ID property.
- The ID property has not been set.
A generated ID that consists of the value of the ElementID property, followed by a dollar sign ($), followed by the value of the Name property.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)