Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Releases all resources used by the WebPartPage base class.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub Dispose
'Usage
Dim instance As WebPartPage
instance.Dispose()
public override void Dispose()
Implements
Remarks
Any custom WebPartPage class derived from the WebPartPage base class should override this Dispose method to do any additional cleanup required by the derived class.