CustomFieldCreationInformation.LookupAllowMultiSelect プロパティ
取得またはこのユーザー設定フィールドの参照テーブルの複数の値を設定できるかどうかを示すブール値を設定します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Property LookupAllowMultiSelect As Boolean
Get
Set
'使用
Dim instance As CustomFieldCreationInformation
Dim value As Boolean
value = instance.LookupAllowMultiSelect
instance.LookupAllowMultiSelect = value
[RemoteAttribute]
public bool LookupAllowMultiSelect { get; set; }
プロパティ値
型: System.Boolean
True場合は、複数の参照テーブルの値を設定できます。それ以外の場合、 False。
関連項目
参照先
CustomFieldCreationInformation クラス