Condividi tramite


AdSyncGroupSynchronizedEventArgs constructor (Guid, String, Guid, String, Dictionary<Guid, String>)

Creates an instance of the AdSyncGroupSynchronizedEventArgs 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, _
    ResUIDToDistinguishedNameLookup As Dictionary(Of Guid, String) _
)
'Usage
Dim PWAGroupGuid As Guid
Dim PWAGroupName As String
Dim ADGroupGuid As Guid
Dim ADGroupName As String
Dim ResUIDToDistinguishedNameLookup As Dictionary(Of Guid, String)

Dim instance As New AdSyncGroupSynchronizedEventArgs(PWAGroupGuid, _
    PWAGroupName, ADGroupGuid, ADGroupName, _
    ResUIDToDistinguishedNameLookup)
public AdSyncGroupSynchronizedEventArgs(
    Guid PWAGroupGuid,
    string PWAGroupName,
    Guid ADGroupGuid,
    string ADGroupName,
    Dictionary<Guid, string> ResUIDToDistinguishedNameLookup
)

Parameters

  • PWAGroupGuid
    Type: System.Guid

    The GUID for the security group that is synchronized with the Active Directory directory service.

  • PWAGroupName
    Type: System.String

    The name of the security group that is 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

AdSyncGroupSynchronizedEventArgs class

AdSyncGroupSynchronizedEventArgs members

AdSyncGroupSynchronizedEventArgs overload

Microsoft.Office.Project.Server.Events namespace