Share via


AdSyncGroupSynchronizingEventArgs Constructor

Creates an instance of the AdSyncGroupSynchronizingEventArgs class; used internally.

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

Syntax

'Declaration
Public Sub New ( _
    PWAGroupGuid As Guid, _
    PWAGroupName As String, _
    ADGroupGuid As Guid, _
    ADGroupName As String _
)
'Usage
Dim PWAGroupGuid As Guid
Dim PWAGroupName As String
Dim ADGroupGuid As Guid
Dim ADGroupName As String

Dim instance As New AdSyncGroupSynchronizingEventArgs(PWAGroupGuid, _
    PWAGroupName, ADGroupGuid, ADGroupName)
public AdSyncGroupSynchronizingEventArgs(
    Guid PWAGroupGuid,
    string PWAGroupName,
    Guid ADGroupGuid,
    string ADGroupName
)

Parameters

  • PWAGroupGuid
    Type: System.Guid
    The GUID for the security group that is to be synchronized with the Active Directory directory service.
  • PWAGroupName
    Type: System.String
    The name of the security group that is to be synchronized with Active Directory.
  • ADGroupGuid
    Type: System.Guid
    The GUID of an Active Directory group.
  • ADGroupName
    Type: System.String
    The name of an Active Directory group.

See Also

Reference

AdSyncGroupSynchronizingEventArgs Class

AdSyncGroupSynchronizingEventArgs Members

Microsoft.Office.Project.Server.Events Namespace