SPWorkflowActivationProperties.TemplateName property

Gets the name of the workflow association from which the workflow instance was created.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property TemplateName As String
    Get
'Usage
Dim instance As SPWorkflowActivationProperties
Dim value As String

value = instance.TemplateName
public string TemplateName { get; }

Property value

Type: System.String
A String that represents the template name.

See also

Reference

SPWorkflowActivationProperties class

SPWorkflowActivationProperties members

Microsoft.SharePoint.Workflow namespace