EnterpriseProjectType.WorkflowAssociationId property
Gets or sets the GUID 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 WorkflowAssociationId As Guid
Get
Set
'Usage
Dim instance As EnterpriseProjectType
Dim value As Guid
value = instance.WorkflowAssociationId
instance.WorkflowAssociationId = value
[RemoteAttribute]
public Guid WorkflowAssociationId { get; set; }
Property value
Type: System.Guid
The GUID of a workflow.