ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_RESPONSE_PENDING property
取得或設定布林值,指定是否從與任務相關資源收到通知。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property ASSN_RESPONSE_PENDING As Boolean
Get
Set
'用途
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Boolean
value = instance.ASSN_RESPONSE_PENDING
instance.ASSN_RESPONSE_PENDING = value
public bool ASSN_RESPONSE_PENDING { get; set; }
Property value
Type: System.Boolean
分派給任務的小組成員傳送更新資料與專案伺服器時,專案會進入ASSN_RESPONSE_PENDINGtrue 。當您收到此訊息的回應, true會變成false。
備註
唯讀的。
請參閱
參照
ResourceAssignmentDataSet.ResourceAssignmentRow class