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

IDisposable.Dispose()

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.

See Also

Reference

SPLimitedWebPartManager Class

SPLimitedWebPartManager Members

Microsoft.SharePoint.WebPartPages Namespace