Share via


CustomField.LookupEntries property

Gets a collection of valid lookup table entries for this 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 CustomField
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 can accept only leaf nodes in the hierarchy. The collection would filter out non-leaf nodes.

See also

Reference

CustomField class

CustomField members

Microsoft.ProjectServer.Client namespace