Assembly: Python;
The PythonParameter class implements the named parameter that can be sent to a Python function.
Constructor name | Brief description | |
Create | The Create constructor creates the object that is a named parameter with specified value. |
Property name | Brief description | |
Name | The Name property determines name of the parameter. | |
Value | The Value property determines a parameter value. |
See also: