Group Class
Represents a group account.
Assembly: UserObjectModel (in UserObjectModel.dll)
| 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. |
| 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.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Fired when a property of a Group object is updated. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



