LookupTableCreationInformation.Entries property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
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
public IEnumerable<LookupEntryCreationInformation> Entries { get; set; }
Property value
Type: System.Collections.Generic.IEnumerable<LookupEntryCreationInformation>
See also
Reference
LookupTableCreationInformation class