Task.FreeSlack 屬性
取得可以不延遲後續任務延遲工作的時間量。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<RemoteAttribute> _
Public ReadOnly Property FreeSlack As String
Get
'用途
Dim instance As Task
Dim value As String
value = instance.FreeSlack
[RemoteAttribute]
public string FreeSlack { get; }
屬性值
類型:System.String
可以延遲工作時間。
備註
若要取得可用寬限時間TimeSpan值,使用FreeSlackTimeSpan屬性。