WorkflowParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET