Compartir a través de


de la propiedad LookupTableCreationInformation.Entries

Obtiene o establece la colección de entradas de la tabla de consulta.

Espacio de nombres:  Microsoft.ProjectServer.Client
Ensamblado:  Microsoft.ProjectServer.Client (en Microsoft.ProjectServer.Client.dll)

Sintaxis

'Declaración
<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 propiedad

Tipo: System.Collections.Generic.IEnumerable<LookupEntryCreationInformation>
Una colección de objetos LookupEntry .

Vea también

Referencia

clase LookupTableCreationInformation

Miembros LookupTableCreationInformation

Espacio de nombres Microsoft.ProjectServer.Client