ResUIDToDistinguishedNamePostEventArgs.ResUIDToDistinguishedNameLookup 属性

命名空间:  Microsoft.Office.Project.Server.Events
程序集:  Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

语法

声明
Public ReadOnly Property ResUIDToDistinguishedNameLookup As Dictionary(Of Guid, String)
    Get
用法
Dim instance As ResUIDToDistinguishedNamePostEventArgs
Dim value As Dictionary(Of Guid, String)

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

属性值

类型:System.Collections.Generic.Dictionary<Guid, String>

另请参阅

引用

ResUIDToDistinguishedNamePostEventArgs 类

ResUIDToDistinguishedNamePostEventArgs 成员

Microsoft.Office.Project.Server.Events 命名空间