Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value that specifies the workflow template to be used in the workflow association.
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
<RemoteAttribute> _
Public Property Template As WorkflowTemplate
Get
Set
'Usage
Dim instance As WorkflowAssociationCreationInformation
Dim value As WorkflowTemplate
value = instance.Template
instance.Template = value
[RemoteAttribute]
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