ExtractSubstringFromIndexActivity Class
Defines a workflow activity that is used to extract a substring from a specified string at a given index.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexActivity
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ActivityValidatorAttribute(GetType(ExtractSubstringFromIndexActivityValidator))> _
Public Class ExtractSubstringFromIndexActivity _
Inherits Activity
'Usage
Dim instance As ExtractSubstringFromIndexActivity
[ActivityValidatorAttribute(typeof(ExtractSubstringFromIndexActivityValidator))]
public class ExtractSubstringFromIndexActivity : 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.