AdSyncUser Constructor

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.Guid
    The resource GUID of the user in the Active Directory synchronization.
  • displayName
    Type: System.String
    The display name of the user in the Active Directory synchronization.
  • email
    Type: System.String
    The email address of the user in the Active Directory synchronization.

See Also

Reference

AdSyncUser Class

AdSyncUser Members

Microsoft.Office.Project.Server.Events Namespace