Share via


GroupAddedEventArgs.Group Property

 

Gets the Group object that was added to the group provider.

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

Syntax

public Group Group { get; internal set; }
public:
property Group^ Group {
    Group^ get();
    internal: void set(Group^ value);
}
Public Property Group As Group
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.WindowsServerSolutions.Groups.Group

The Group object that represents the group that was added.

See Also

GroupAddedEventArgs Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top