RunCommandParameterDefinition 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.
Describes the properties of a run command parameter.
public class RunCommandParameterDefinition
type RunCommandParameterDefinition = class
Public Class RunCommandParameterDefinition
- Inheritance
-
RunCommandParameterDefinition
Constructors
RunCommandParameterDefinition() |
Initializes a new instance of the RunCommandParameterDefinition class. |
RunCommandParameterDefinition(String, String, String, Nullable<Boolean>) |
Initializes a new instance of the RunCommandParameterDefinition class. |
Properties
DefaultValue |
Gets or sets the run command parameter default value. |
Name |
Gets or sets the run command parameter name. |
Required |
Gets or sets the run command parameter required. |
Type |
Gets or sets the run command parameter type. |
Methods
Validate() |
Validate the object. |