GenericWebPart::ID Property

 

Gets or sets the ID of a control. This value is not inheritable.

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 that contains the ID of the control.

.NET Framework
Available since 2.0
Return to top
Show: