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