Share via


GroupSetPreEventArgs.GroupInformation property

Gets the dataset for a security group.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public ReadOnly Property GroupInformation As SecurityGroupsDataSet
    Get
'Usage
Dim instance As GroupSetPreEventArgs
Dim value As SecurityGroupsDataSet

value = instance.GroupInformation
public SecurityGroupsDataSet GroupInformation { get; }

Property value

Type: SecurityGroupsDataSet

See also

Reference

GroupSetPreEventArgs class

GroupSetPreEventArgs members

Microsoft.Office.Project.Server.Events namespace