PlanAssignmentCreationInformation.Intervals 屬性
取得或設定逐一查看集合的時間間隔的列舉值。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<RemoteAttribute> _
Public Property Intervals As IEnumerable(Of PlanAssignmentIntervalCreationInformation)
Get
Set
'用途
Dim instance As PlanAssignmentCreationInformation
Dim value As IEnumerable(Of PlanAssignmentIntervalCreationInformation)
value = instance.Intervals
instance.Intervals = value
[RemoteAttribute]
public IEnumerable<PlanAssignmentIntervalCreationInformation> Intervals { get; set; }
屬性值
類型:System.Collections.Generic.IEnumerable<PlanAssignmentIntervalCreationInformation>
時間間隔集合迭代器。
請參閱
參照
PlanAssignmentCreationInformation 類別