CustomField.LookupAllowMultiSelect property
Gets a value that indicates whether multiple lookup table values can be set for the custom field.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property LookupAllowMultiSelect As Boolean
Get
'Usage
Dim instance As CustomField
Dim value As Boolean
value = instance.LookupAllowMultiSelect
[RemoteAttribute]
public bool LookupAllowMultiSelect { get; }
Property value
Type: System.Boolean
True if multiple lookup table values can be set for the custom field; otherwise, False.