Share via


AdSyncERPSynchronizedEventArgs.ResUIDToDistinguishedNameLookup Property

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public ReadOnly Property ResUIDToDistinguishedNameLookup As Dictionary(Of Guid, String)
    Get
'Usage
Dim instance As AdSyncERPSynchronizedEventArgs
Dim value As Dictionary(Of Guid, String)

value = instance.ResUIDToDistinguishedNameLookup
public Dictionary<Guid, string> ResUIDToDistinguishedNameLookup { get; }

Property Value

Type: System.Collections.Generic.Dictionary<Guid, String>

See Also

Reference

AdSyncERPSynchronizedEventArgs Class

AdSyncERPSynchronizedEventArgs Members

Microsoft.Office.Project.Server.Events Namespace