Task.FreeSlack property
取得不延遲後續任務任務可以延遲的時間量。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public ReadOnly Property FreeSlack As String
Get
'用途
Dim instance As Task
Dim value As String
value = instance.FreeSlack
[RemoteAttribute]
public string FreeSlack { get; }
Property value
Type: System.String
任務可以延遲的時間。
備註
若要取得可用可寬延時間的TimeSpan值,請使用FreeSlackTimeSpan屬性。