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