ProxyWebPart::ID Property

 

Gets or sets the programmatic identifier assigned to the Web Parts control.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
property String^ ID {
	virtual String^ get() override sealed;
	virtual void set(String^ value) override sealed;
}

Property Value

Type: System::String^

A String containing the identifier.

The ProxyWebPart object will contain the same value in its ID property as the control it replaced.

.NET Framework
Available since 2.0
Return to top
Show: