DraftTask.PercentComplete property
取得或設定在任務上完成的工期的百分比。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public Property PercentComplete As Integer
Get
Set
'用途
Dim instance As DraftTask
Dim value As Integer
value = instance.PercentComplete
instance.PercentComplete = value
[RemoteAttribute]
public int PercentComplete { get; set; }
Property value
Type: System.Int32
工期完成的百分比。