WorkflowAssociation Class

Represents the association of a workflow template with a specific list or content type, and that contains members that return custom information about that workflow's association with the specific list or content type.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.Workflow.WorkflowAssociation

Namespace:  Microsoft.SharePoint.Client.Workflow
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("SP.Workflow.WorkflowAssociation", ServerTypeId := "{5b590642-3966-4f67-b937-c1db8528a1d3}")> _
Public Class WorkflowAssociation _
    Inherits ClientObject
'Usage
Dim instance As WorkflowAssociation
[ScriptTypeAttribute("SP.Workflow.WorkflowAssociation", ServerTypeId = "{5b590642-3966-4f67-b937-c1db8528a1d3}")]
public class WorkflowAssociation : ClientObject

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

WorkflowAssociation Members

Microsoft.SharePoint.Client.Workflow Namespace