PublishedProject.ShowEstimatedDurations プロパティ
タスクの見積もり期間の後に疑問符 () が表示されるかどうかを示す値を取得します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public ReadOnly Property ShowEstimatedDurations As Boolean
Get
'使用
Dim instance As PublishedProject
Dim value As Boolean
value = instance.ShowEstimatedDurations
[RemoteAttribute]
public bool ShowEstimatedDurations { get; }
プロパティ値
型: System.Boolean
True場合は、見積もり期間が設定されます。 タスクの後に疑問符 () が表示されます。それ以外の場合、 False。