LookupTable.Entries property
Gets the collection of entries in the lookup table.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Entries As LookupEntryCollection
Get
'Usage
Dim instance As LookupTable
Dim value As LookupEntryCollection
value = instance.Entries
[RemoteAttribute]
public LookupEntryCollection Entries { get; }
Property value
Type: Microsoft.ProjectServer.Client.LookupEntryCollection
A collection of LookupEntry objects.
Remarks
For a code example, see LookupTable