EnterpriseProjectTypeCreationInformation.WorkflowAssociationName property

Gets or sets the name of the workflow that is associated with an EPT.

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 EnterpriseProjectTypeCreationInformation
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.

See also

Reference

EnterpriseProjectTypeCreationInformation class

EnterpriseProjectTypeCreationInformation members

Microsoft.ProjectServer.Client namespace