Contains information about a script argument.
Name | Description | |
---|---|---|
CallScriptArgument |
Name | Description | |
---|---|---|
DefaultValue |
Gets or sets the default value of the argument. |
|
Description |
Gets or sets the argument description. |
|
IsBooleanOrSwitch |
Gets or sets a value indicating whether the argument is a boolean/switch value. |
|
IsOutput |
Gets or sets a value indicating whether the argument returns an output value. |
|
Name |
Gets or sets the argument name. |
|
Value |
Gets or sets the current value of the argument. |
This is intended only for use by Inedo; third-party extensions should not use this class.