SPUserCodeWorkflowActivity.AssemblyName Property

Gets or sets the strong name of the assembly that contains the user code workflow.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property AssemblyName As String
    Get
    Set
'Usage
Dim instance As SPUserCodeWorkflowActivity
Dim value As String

value = instance.AssemblyName

instance.AssemblyName = value
[ValidationOptionAttribute(ValidationOption.Required)]
public string AssemblyName { get; set; }

Property Value

Type: System.String
The strong name of the assembly that contains the user code workflow.

See Also

Reference

SPUserCodeWorkflowActivity Class

SPUserCodeWorkflowActivity Members

Microsoft.SharePoint.WorkflowActions Namespace