Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an instance of the AdSyncUser 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 ( _
resourceGuid As Guid, _
displayName As String, _
email As String _
)
'Usage
Dim resourceGuid As Guid
Dim displayName As String
Dim email As String
Dim instance As New AdSyncUser(resourceGuid, _
displayName, email)
public AdSyncUser(
Guid resourceGuid,
string displayName,
string email
)
Parameters
resourceGuid
Type: System.GuidThe resource GUID of the user in the Active Directory synchronization.
displayName
Type: System.StringThe display name of the user in the Active Directory synchronization.
email
Type: System.StringThe email address of the user in the Active Directory synchronization.