WebPartZoneBase::ConnectVerb Property

 

Gets a reference to a WebPartVerb object that enables end users to create connections between WebPart controls.

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

public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property WebPartVerb^ ConnectVerb {
	virtual WebPartVerb^ get();
}

Property Value

Type: System.Web.UI.WebControls.WebParts::WebPartVerb^

A WebPartVerb that creates a connection between two WebPart controls.

.NET Framework
Available since 2.0
Return to top
Show: