Group.Dispose Method (Boolean)
Releases the resources that are used by the group.
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 Group object.
See Also
Dispose Overload
Group Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top