WorkflowConfigurationPropertyName.AssociationTitle property
Gets the property name of the of the current workflow association title.
Namespace: Microsoft.SharePoint.WorkflowServices
Assembly: Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)
Syntax
'Declaration
Public Shared ReadOnly Property AssociationTitle As WorkflowContextPropertyName
Get
'Usage
Dim value As WorkflowContextPropertyName
value = WorkflowConfigurationPropertyName.AssociationTitle
public static WorkflowContextPropertyName AssociationTitle { get; }
Property value
Type: Microsoft.SharePoint.WorkflowServices.WorkflowContextPropertyName
Returns a WorkflowConfigurationPropertyName instancethat provides the association title.
See also
Reference
WorkflowConfigurationPropertyName class