RunbookParameter Class

Definition

Definition of the runbook parameter type.

public class RunbookParameter
type RunbookParameter = class
Public Class RunbookParameter
Inheritance
RunbookParameter

Constructors

RunbookParameter()

Initializes a new instance of the RunbookParameter class.

RunbookParameter(String, Nullable<Boolean>, Nullable<Int32>, String)

Initializes a new instance of the RunbookParameter class.

Properties

DefaultValue

Gets or sets the default value of parameter.

IsMandatory

Gets or sets a Boolean value to indicate whether the parameter is mandatory or not.

Position

Gets or sets get or sets the position of the parameter.

Type

Gets or sets the type of the parameter.

Applies to