ActionParameterDefinition Object
Description
The definition of an individual action parameter.
Example
Public Properties
Public Property DefaultValueThe default value for the parameter.
Public Property DescriptionThe textual description of the parameter.
Public Property InOutIndicates whether the parameter is an input or output parameter.
Public Property NameThe parameter name.
Public Property TypeThe value type defined for the parameter.