ExtractSubstringFromEndActivity class

Extracts the specified string from the end of a given value.

Inheritance hierarchy

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

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(ExtractSubstringFromEndActivityValidator))> _
Public Class ExtractSubstringFromEndActivity _
    Inherits Activity
'Usage
Dim instance As ExtractSubstringFromEndActivity
[ActivityValidatorAttribute(typeof(ExtractSubstringFromEndActivityValidator))]
public class ExtractSubstringFromEndActivity : 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

ExtractSubstringFromEndActivity members

Microsoft.SharePoint.WorkflowActions namespace