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

Gets the SecurityIdentifier class of the group account.

System_CAPS_pubproperty GroupName

Gets the name of the group account.

System_CAPS_pubproperty Info

Gets a set of information about the group.

Methods

Name Description
System_CAPS_pubmethod Commit()

Commits a change to a group account.

System_CAPS_pubmethod CopyFrom(Group)

Initializes this group with a copy of another Group object.

System_CAPS_pubmethod Dispose()

Releases the resources that are used by the group.

System_CAPS_protmethod Dispose(Boolean)

Releases the resources that are used by the group.

System_CAPS_pubmethod Equals(Object)

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

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

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

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod RaisePropertyChanged(String)

Fires the PropertyChanged event with the specified property name.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent 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