GroupManager.Dispose Method (Boolean)
Releases all resources that are used by the GroupManager object.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
protected virtual void Dispose(
bool disposing
)
protected:
virtual void Dispose(
bool disposing
)
Protected Overridable Sub Dispose (
disposing As Boolean
)
Parameters
disposing
Type: System.BooleanA Boolean that indicates whether a dispose operation is running on the GroupManager object.
See Also
Dispose Overload
GroupManager Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top