共用方式為


EnterpriseProjectType.WorkflowAssociationName property

取得或設定與企業專案型別相關聯的工作流程的名稱。

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'宣告
<RemoteAttribute> _
Public Property WorkflowAssociationName As String
    Get
    Set
'用途
Dim instance As EnterpriseProjectType
Dim value As String

value = instance.WorkflowAssociationName

instance.WorkflowAssociationName = value
[RemoteAttribute]
public string WorkflowAssociationName { get; set; }

Property value

Type: System.String
工作流程的名稱。

備註

工作流程關聯的處理程序決定通用於所有的工作流程,例如工作流程定義,初始化條件的設定和工作流程是否在項目、 資料夾或兩者皆執行。

請參閱

參照

EnterpriseProjectType class

EnterpriseProjectType members

Microsoft.ProjectServer.Client namespace