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