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 类