Share via


CustomField.LookupAllowMultiSelect プロパティ

ユーザー設定フィールドの参照テーブルの複数の値を設定できるかどうかを示す値を取得します。

名前空間:  Microsoft.ProjectServer.Client
アセンブリ:  Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)

構文

'宣言
<RemoteAttribute> _
Public ReadOnly Property LookupAllowMultiSelect As Boolean
    Get
'使用
Dim instance As CustomField
Dim value As Boolean

value = instance.LookupAllowMultiSelect
[RemoteAttribute]
public bool LookupAllowMultiSelect { get; }

プロパティ値

型: System.Boolean
Trueユーザー設定のフィールドの参照テーブルの複数の値を設定する場合はそれ以外の場合、 False。

関連項目

参照先

CustomField クラス

CustomField メンバー

Microsoft.ProjectServer.Client 名前空間