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.