WorkflowAssociationCreationInformation Class

Specifies properties for a new workflow association.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.SharePoint.Client.Workflow.WorkflowAssociationCreationInformation

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.WorkflowAssociationCreationInformation", ValueObject := True,  _
    ServerTypeId := "{3c812f4f-8465-41cb-b298-bd33b2604a51}")> _
Public NotInheritable Class WorkflowAssociationCreationInformation _
    Inherits ClientValueObject
'Usage
Dim instance As WorkflowAssociationCreationInformation
[ScriptTypeAttribute("SP.Workflow.WorkflowAssociationCreationInformation", ValueObject = true, 
    ServerTypeId = "{3c812f4f-8465-41cb-b298-bd33b2604a51}")]
public sealed class WorkflowAssociationCreationInformation : ClientValueObject

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

WorkflowAssociationCreationInformation Members

Microsoft.SharePoint.Client.Workflow Namespace