Group Class

 

Represents a group account.

Namespace:   Microsoft.WindowsServerSolutions.Groups
Assembly:  UserObjectModel (in UserObjectModel.dll)

System::Object
  Microsoft.WindowsServerSolutions.Groups::Group

public ref class Group : INotifyPropertyChanged, IDisposable

NameDescription
System_CAPS_pubpropertyCurrentSid

Gets the SecurityIdentifier class of the group account.

System_CAPS_pubpropertyGroupName

Gets the name of the group account.

System_CAPS_pubpropertyInfo

Gets a set of information about the group.

NameDescription
System_CAPS_pubmethodCommit()

Commits a change to a group account.

System_CAPS_pubmethodCopyFrom(Group^)

Initializes this group with a copy of another Group object.

System_CAPS_pubmethodDispose()

Releases the resources that are used by the group.

System_CAPS_protmethodDispose(Boolean)

Releases the resources that are used by the group.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified Group object is equal to current object.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Retrieves a hash code for the Group object.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodRaisePropertyChanged(String^)

Fires the PropertyChanged event with the specified property name.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

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.

Return to top

Community Additions

ADD
Show: