CustomFieldCreationInformation.LookupTable プロパティ
取得またはLookupTableオブジェクト、テキスト ユーザー設定フィールドを設定します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Property LookupTable As LookupTable
Get
Set
'使用
Dim instance As CustomFieldCreationInformation
Dim value As LookupTable
value = instance.LookupTable
instance.LookupTable = value
[RemoteAttribute]
public LookupTable LookupTable { get; set; }
プロパティ値
型: Microsoft.ProjectServer.Client.LookupTable
参照テーブルのユーザー設定フィールドを使用します。
関連項目
参照先
CustomFieldCreationInformation クラス