Xml.ClientID Property

Definition

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

public:
 virtual property System::String ^ ClientID { System::String ^ get(); };
public override string ClientID { get; }
member this.ClientID : string
Public Overrides ReadOnly Property ClientID As String

Property Value

The base server control identifier.

Applies to

See also