ExtractSubstringFromStartActivity class

Extracts a substring from the beginning of a workflow variable string.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromStartActivity

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(ExtractSubstringFromStartActivityValidator))> _
Public Class ExtractSubstringFromStartActivity _
    Inherits Activity
'Usage
Dim instance As ExtractSubstringFromStartActivity
[ActivityValidatorAttribute(typeof(ExtractSubstringFromStartActivityValidator))]
public class ExtractSubstringFromStartActivity : Activity

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ExtractSubstringFromStartActivity members

Microsoft.SharePoint.WorkflowActions namespace