LookupTable.Entries property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Entries As LookupEntryCollection
Get
'Usage
Dim instance As LookupTable
Dim value As LookupEntryCollection
value = instance.Entries
public LookupEntryCollection Entries { get; }
Property value
Type: Microsoft.ProjectServer.Client.LookupEntryCollection