GroupCreatePreEventArgs.GroupInformation Property
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 GroupCreatePreEventArgs
Dim value As SecurityGroupsDataSet
value = instance.GroupInformation
public SecurityGroupsDataSet GroupInformation { get; }
Property Value
Type: SecurityGroupsDataSet