Share via


WorkflowInterop.AssociationName property

Gets or sets the association name of the workflow into the activity.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property AssociationName As InArgument(Of String)
    Get
    Set
'Usage
Dim instance As WorkflowInterop
Dim value As InArgument(Of String)

value = instance.AssociationName

instance.AssociationName = value
[RequiredArgumentAttribute]
public InArgument<string> AssociationName { get; set; }

Property value

Type: System.Activities.InArgument<String>
The name of the workflow association.

See also

Reference

WorkflowInterop class

WorkflowInterop members

Microsoft.SharePoint.WorkflowServices.Activities namespace