LookupTableCreationInformation.Entries 属性

获取或设置在查阅表格中的项的集合。

命名空间:  Microsoft.ProjectServer.Client
程序集:  Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)

语法

声明
<RemoteAttribute> _
Public Property Entries As IEnumerable(Of LookupEntryCreationInformation)
    Get
    Set
用法
Dim instance As LookupTableCreationInformation
Dim value As IEnumerable(Of LookupEntryCreationInformation)

value = instance.Entries

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

属性值

类型:System.Collections.Generic.IEnumerable<LookupEntryCreationInformation>
LookupEntry对象的集合。

另请参阅

引用

LookupTableCreationInformation 类

LookupTableCreationInformation 成员

Microsoft.ProjectServer.Client 命名空间