Task.ScheduledDuration 属性

获取此任务活动工作时间的总范围随着输入或计算基于上的开始日期、 完成日期、 日历和日程排定的其他因素。

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

语法

声明
<RemoteAttribute> _
Public ReadOnly Property ScheduledDuration As String
    Get
用法
Dim instance As Task
Dim value As String

value = instance.ScheduledDuration
[RemoteAttribute]
public string ScheduledDuration { get; }

属性值

类型:System.String
活动工作时间的总范围。

备注

若要获取计划的持续时间内的TimeSpan值,使用ScheduledDurationTimeSpan属性。

另请参阅

引用

Task 类

Task 成员

Microsoft.ProjectServer.Client 命名空间