![]() |
OTX-Runtime for DotNet
|
|
Repesents OTX ScreenOutParameter. More...
Properties | |
bool | IsEnvironmentValueActive [get] |
The environment value setting was set for the parameter. More... | |
object | Value [get, set] |
Sets value. More... | |
![]() | |
string | DataType [get] |
Gets the data type of the parameter as a string. More... | |
object | InitValue [get] |
Gets initial value. More... | |
int | MappingIndex [get] |
Gets mapping index. More... | |
string | MappingName [get] |
Gets mapping name. More... | |
string | Name [get] |
Gets name. More... | |
string | Specification [get] |
Gets specification. More... | |
Repesents OTX ScreenOutParameter.
|
get |
The environment value setting was set for the parameter.
Returns true if the environment value setting was set for the related parameter. Using the environment value setting, unmapped InOut or Out parameters as well as context variables can be set to a fixed value. This means that a non-existent environment can be simulated.
|
getset |
Sets value.