AdSyncGroupSynchronizingEventArgs constructor (Guid, String, Guid, String)
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.GuidThe GUID for the security group that is to be synchronized with the Active Directory directory service.
PWAGroupName
Type: System.StringThe name of the security group that is to be synchronized with Active Directory.
ADGroupGuid
Type: System.GuidThe GUID of an Active Directory group.
ADGroupName
Type: System.StringThe name of an Active Directory group.
See also
Reference
AdSyncGroupSynchronizingEventArgs class
AdSyncGroupSynchronizingEventArgs members