AdSyncERPSynchronizedEventArgs constructor (Guid, String, Dictionary<Guid, String>)
Creates an instance of the AdSyncERPSynchronizedEventArgs 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 ( _
ADGroupGuid As Guid, _
ADGroupName As String, _
ResUIDToDistinguishedNameLookup As Dictionary(Of Guid, String) _
)
'Usage
Dim ADGroupGuid As Guid
Dim ADGroupName As String
Dim ResUIDToDistinguishedNameLookup As Dictionary(Of Guid, String)
Dim instance As New AdSyncERPSynchronizedEventArgs(ADGroupGuid, _
ADGroupName, ResUIDToDistinguishedNameLookup)
public AdSyncERPSynchronizedEventArgs(
Guid ADGroupGuid,
string ADGroupName,
Dictionary<Guid, string> ResUIDToDistinguishedNameLookup
)
Parameters
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
AdSyncERPSynchronizedEventArgs class
AdSyncERPSynchronizedEventArgs members