AddArrayIntoArrayListActivityValidator class

Provides the AddArrayIntoArrayListActivityValidator class with a method to check for and prevent invalid input values.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.Compiler.Validator
    System.Workflow.ComponentModel.Compiler.DependencyObjectValidator
      System.Workflow.ComponentModel.Compiler.ActivityValidator
        Microsoft.SharePoint.WorkflowActions.AddArrayIntoArrayListActivityValidator

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

Syntax

'Declaration
Public NotInheritable Class AddArrayIntoArrayListActivityValidator _
    Inherits ActivityValidator
'Usage
Dim instance As AddArrayIntoArrayListActivityValidator
public sealed class AddArrayIntoArrayListActivityValidator : ActivityValidator

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

AddArrayIntoArrayListActivityValidator members

Microsoft.SharePoint.WorkflowActions namespace