LookupTableCreationInformation.Entries property

Gets or sets 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 Property Entries As IEnumerable(Of LookupEntryCreationInformation)
    Get
    Set
'Usage
Dim instance As LookupTableCreationInformation
Dim value As IEnumerable(Of LookupEntryCreationInformation)

value = instance.Entries

instance.Entries = value
[RemoteAttribute]
public IEnumerable<LookupEntryCreationInformation> Entries { get; set; }

Property value

Type: System.Collections.Generic.IEnumerable<LookupEntryCreationInformation>
A collection of LookupEntry objects.

See also

Reference

LookupTableCreationInformation class

LookupTableCreationInformation members

Microsoft.ProjectServer.Client namespace