ProxyWebPart::GenericWebPartID Property

 

Gets the value of the ID property from the generic Web Parts control replaced by a proxy Web Parts control.

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

public:
property String^ GenericWebPartID {
	String^ get();
}

Property Value

Type: System::String^

A string containing the ID value.

When a ProxyWebPart object replaces a GenericWebPart control, this property contains the value from the GenericWebPart::ID property.

.NET Framework
Available since 2.0
Return to top
Show: