Assignment.IsResponsePending 屬性
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<RemoteAttribute> _
Public ReadOnly Property IsResponsePending As Boolean
Get
'用途
Dim instance As Assignment
Dim value As Boolean
value = instance.IsResponsePending
[RemoteAttribute]
public bool IsResponsePending { get; }
屬性值
類型:System.Boolean
True如果工作分派更新傳送到資源 ;否則,請False。
備註
建立工作分派時,Project Server 會將FalseIsConfirmed值。當專案經理會傳送至資源工作分派更新時,Project Server 會將TrueIsResponsePending值。如果此資源可接受工作分派, IsResponsePending值設為False和IsConfirmed值設為True。