AdSyncGroupSynchronizedEventArgs.ResUIDToDistinguishedNameLookup Property
Gets a Dictionary object that contains a resource GUID and a distinguished name.
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 AdSyncGroupSynchronizedEventArgs
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
AdSyncGroupSynchronizedEventArgs Class