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