Share via


SPUserCodeWorkflowActivity.ClassName property

Gets or sets the fully qualified name of the class that contains the function specified by the FunctionName property.

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

Syntax

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

value = instance.ClassName

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

Property value

Type: System.String
The fully qualified name of the class that contains the function specified by the FunctionName property.

See also

Reference

SPUserCodeWorkflowActivity class

SPUserCodeWorkflowActivity members

Microsoft.SharePoint.WorkflowActions namespace