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プロパティを使用します。