WorkflowDesignerField.LookupEntries property
Gets a collection of valid lookup table entries for the field.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property LookupEntries As LookupEntryCollection
Get
'Usage
Dim instance As WorkflowDesignerField
Dim value As LookupEntryCollection
value = instance.LookupEntries
[RemoteAttribute]
public LookupEntryCollection LookupEntries { get; }
Property value
Type: Microsoft.ProjectServer.Client.LookupEntryCollection
A collection of LookupEntry objects .
Remarks
If the field is a hierarchical text lookup table field, it may accept only leaf nodes in the hierarchy. This collection would filter out non-leaf nodes.