ResUIDToDistinguishedNamePostEventArgs.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 ResUIDToDistinguishedNamePostEventArgs
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
ResUIDToDistinguishedNamePostEventArgs class