RegionSetOutputToHost Method |
Sets whether this region will output information to the host or not.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetOutputToHost(
bool outputToHost
)
Public Sub SetOutputToHost (
outputToHost As Boolean
)
public:
void SetOutputToHost(
bool outputToHost
)
member SetOutputToHost :
outputToHost : bool -> unit
Parameters
- outputToHost
- Type: SystemBoolean
Whether this region will send output to the host.
See Also