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 类

CustomFieldCreationInformation 成员

Microsoft.ProjectServer.Client 命名空间