WorkflowContext.AssociationTitle property

Gets the name of the workflow association associated with the workflow context.

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

Syntax

'Declaration
Public ReadOnly Property AssociationTitle As String
    Get
'Usage
Dim instance As WorkflowContext
Dim value As String

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

Property value

Type: System.String
A string that contains the name of the workflow association.

See also

Reference

WorkflowContext class

WorkflowContext members

Microsoft.SharePoint.WorkflowActions namespace