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.GuidThe GUID for the security group that is synchronized with the Active Directory directory service.
PWAGroupName
Type: System.StringThe name of the security group that is synchronized with Active Directory.
ADGroupGuid
Type: System.GuidThe GUID of an Active Directory group.
ADGroupName
Type: System.StringThe name of an Active Directory group.
ResUIDToDistinguishedNameLookup
Type: System.Collections.Generic.Dictionary<Guid, String>A Dictionary object that contains a resource GUID and a distinguished name.
See also
Reference
AdSyncGroupSynchronizedEventArgs class
AdSyncGroupSynchronizedEventArgs members