LookupTablePostEventArgs.LookupTableInformation 属性

获取包含多语言的自定义域查阅表格的数据集。

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

语法

声明
Public Property LookupTableInformation As LookupTableMultiLangDataSet
    Get
    Set
用法
Dim instance As LookupTablePostEventArgs
Dim value As LookupTableMultiLangDataSet

value = instance.LookupTableInformation

instance.LookupTableInformation = value
public LookupTableMultiLangDataSet LookupTableInformation { get; set; }

属性值

类型:LookupTableMultiLangDataSet

另请参阅

引用

LookupTablePostEventArgs 类

LookupTablePostEventArgs 成员

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