SPLimitedWebPartManager.Dispose Method
Releases all unmanaged resources used by the SPLimitedWebPartManager object.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub Dispose
'Usage
Dim instance As SPLimitedWebPartManager
instance.Dispose()
public void Dispose()
Implements
Remarks
Call this method when you are finished using the object. Do not reuse the object or objects obtained through the object after it is disposed.