WorkflowAssociationCreationInformation.Template property
Gets or sets the value that specifies the workflow template to be used in the workflow association.
Namespace: Microsoft.SharePoint.Client.Workflow
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Template As WorkflowTemplate
Get
Set
'Usage
Dim instance As WorkflowAssociationCreationInformation
Dim value As WorkflowTemplate
value = instance.Template
instance.Template = value
public WorkflowTemplate Template { get; set; }
Property value
Type: Microsoft.SharePoint.Client.Workflow.WorkflowTemplate
Returns a WorkflowTemplate instance representing the value that specifies the workflow template to be used in the workflow association.
Remarks
Its value must not be a null reference (Nothing in Visual Basic).
See also
Reference
WorkflowAssociationCreationInformation class