Group Class
Represents a group account.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Groups.Group
Syntax
public class Group : INotifyPropertyChanged, IDisposable
public ref class Group : INotifyPropertyChanged, IDisposable
Public Class Group
Implements INotifyPropertyChanged, IDisposable
Properties
Name | Description | |
---|---|---|
![]() |
CurrentSid | Gets the SecurityIdentifier class of the group account. |
![]() |
GroupName | Gets the name of the group account. |
![]() |
Info | Gets a set of information about the group. |
Methods
Name | Description | |
---|---|---|
![]() |
Commit() | Commits a change to a group account. |
![]() |
CopyFrom(Group) | Initializes this group with a copy of another Group object. |
![]() |
Dispose() | Releases the resources that are used by the group. |
![]() |
Dispose(Boolean) | Releases the resources that are used by the group. |
![]() |
Equals(Object) | Determines whether the specified Group object is equal to current object.(Overrides Object.Equals(Object).) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | Retrieves a hash code for the Group object.(Overrides Object.GetHashCode().) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
RaisePropertyChanged(String) | Fires the PropertyChanged event with the specified property name. |
![]() |
ToString() | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged | Fired when a property of a Group object is updated. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top