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 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