共用方式為


CustomFieldCreationInformation.IsWorkflowControlled 屬性

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

命名空間:  Microsoft.ProjectServer.Client
組件:  Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)

語法

'宣告
<RemoteAttribute> _
Public Property IsWorkflowControlled As Boolean
    Get
    Set
'用途
Dim instance As CustomFieldCreationInformation
Dim value As Boolean

value = instance.IsWorkflowControlled

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

屬性值

類型:System.Boolean
True如果自訂欄位控制由工作流程 ;否則,請False。

備註

如果自訂欄位由工作流程控制,應該只能由工作流程設定值。

請參閱

參照

CustomFieldCreationInformation 類別

CustomFieldCreationInformation 成員

Microsoft.ProjectServer.Client 命名空間