WorkflowParameter Class

Definition

The workflow parameters.

public class WorkflowParameter
type WorkflowParameter = class
Public Class WorkflowParameter
Inheritance
WorkflowParameter
Derived

Constructors

WorkflowParameter()

Initializes a new instance of the WorkflowParameter class.

WorkflowParameter(String, Object, Object, String)

Initializes a new instance of the WorkflowParameter class.

Properties

Description

Gets or sets the description.

Metadata

Gets or sets the metadata.

Type

Gets or sets the type. Possible values include: 'NotSpecified', 'String', 'SecureString', 'Int', 'Float', 'Bool', 'Array', 'Object', 'SecureObject'

Value

Gets or sets the value.

Applies to