EnterpriseProjectType.WorkflowAssociationName property
Gets or sets the name of the workflow that is associated with an enterprise project type.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property WorkflowAssociationName As String
Get
Set
'Usage
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
The name of the workflow.
Remarks
The workflow association process determines settings that are common to all workflows, such as the workflow definition, initiation conditions, and whether the workflow runs on items, folders, or both.