RunbookParameter 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.
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. |
Properties
DefaultValue |
Optional. Gets or sets the default value of parameter. |
IsMandatory |
Optional. Gets or sets a Boolean value to indicate whether the parameter is madatory or not. |
Position |
Optional. Get or sets the position of the parameter. |
Type |
Optional. Gets or sets the type of the parameter. |