WebPartZone.Dispose Method
Used to release all the resources that are owned by the Web Part zone before the zone is unloaded.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Overrides Sub Dispose
'Usage
Dim instance As WebPartZone
instance.Dispose()
public override void Dispose()
Implements
Remarks
The override release the resources used by the current instance of the WebPartZone class.