ParameterViewModel Properties
A ViewModel that enables displaying and customizing parameters in the application GUI.| Name | Description |
|---|---|
| IsExpression | Specifies whether the parameter is assigned a Expression. |
| IsFixedParameter | Indicates whether editing the parameter name and type is enabled. |
| Name | Specifies the parameter name. |
| ParameterResultType | Specifies the type returned by an expression assigned to a parameter. |
| Type | Specifies the parameter type. |
| Value | Specifies the parameter value or expression. |
See Also