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 類別