共用方式為


ProjectDataSet.ProjectRow.PROJ_NEW_TASKS_ARE_MANUAL property

取得或設定指定是否以手動方式排程新任務的Boolean值。

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'宣告
Public Property PROJ_NEW_TASKS_ARE_MANUAL As Boolean
    Get
    Set
'用途
Dim instance As ProjectDataSet.ProjectRow
Dim value As Boolean

value = instance.PROJ_NEW_TASKS_ARE_MANUAL

instance.PROJ_NEW_TASKS_ARE_MANUAL = value
public bool PROJ_NEW_TASKS_ARE_MANUAL { get; set; }

Property value

Type: System.Boolean
手動排程新任務,其值為 true。

請參閱

參照

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcProject namespace