ProxyWebPartManager.ClientID Property

Definition

Gets the control ID for HTML markup that is generated by ASP.NET.

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 control ID for HTML markup that is generated by ASP.NET.

Applies to

See also