Compartilhar via


LookupTableCreationInformation.Entries propriedade

Obtém ou define uma coleção de entradas na tabela de pesquisa.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (em Microsoft.ProjectServer.Client.dll)

Sintaxe

'Declaração
<RemoteAttribute> _
Public Property Entries As IEnumerable(Of LookupEntryCreationInformation)
    Get
    Set
'Uso
Dim instance As LookupTableCreationInformation
Dim value As IEnumerable(Of LookupEntryCreationInformation)

value = instance.Entries

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

Valor de propriedade

Tipo: System.Collections.Generic.IEnumerable<LookupEntryCreationInformation>
Uma coleção de objetos LookupEntry .

Ver também

Referência

LookupTableCreationInformation classe

LookupTableCreationInformation membros

Microsoft.ProjectServer.Client namespace