DynamicStringActivity class

Builds a string containing workflow variables entered by a code-free workflow editor.

Inheritance hierarchy

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

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

Syntax

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

DynamicStringActivity members

Microsoft.SharePoint.WorkflowActions namespace