共用方式為


Assignment.IsConfirmed property

取得值,這個值會顯示資源是否已經接受工作分派。

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'宣告
<RemoteAttribute> _
Public ReadOnly Property IsConfirmed As Boolean
    Get
'用途
Dim instance As Assignment
Dim value As Boolean

value = instance.IsConfirmed
[RemoteAttribute]
public bool IsConfirmed { get; }

Property value

Type: System.Boolean
True如果工作分派已確認。否則, False。

備註

建立工作分派時,Project Server 會將False的IsConfirmed值。當專案經理會將工作分派更新傳送至資源時,Project Server 會將True的IsResponsePending值。如果資源會接受工作分派, IsResponsePending值設為False , IsConfirmed值設定為True。

請參閱

參照

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace

IsResponsePending