LookupTablePostEventArgs.LookupTableInformation プロパティ
複数の言語のユーザー設定フィールドの参照テーブルを含む dataset を取得します。
名前空間: 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