共用方式為


CustomFieldDataSet.CustomFieldsRow.MD_PROP_IS_WORKFLOW_CONTROLLED property

取得或設定值,指出是否由工作流程控制的自訂欄位。

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

Syntax

'宣告
Public Property MD_PROP_IS_WORKFLOW_CONTROLLED As Boolean
    Get
    Set
'用途
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Boolean

value = instance.MD_PROP_IS_WORKFLOW_CONTROLLED

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

Property value

Type: System.Boolean
True如果由工作流程 ; 控制否則, False。

備註

警告

CreateCustomFields、 CreateCustomFields2、 UpdateCustomFields, UpdateCustomFields2方法,以及Project Web App,所有可讓您建立企業專案自訂欄位的型別旗標,並設定為工作流程控制的自訂欄位。不過,Project Server 工作流程無法控制旗標自訂欄位。您不應該將MD_PROP_IS_WORKFLOW_CONTROLLED設定為True專案自訂欄位的型別旗標的。

請參閱

參照

CustomFieldDataSet.CustomFieldsRow class

CustomFieldDataSet.CustomFieldsRow members

WebSvcCustomFields namespace