RegionGetOutputToHost Method |
Gets 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 bool GetOutputToHost()
Public Function GetOutputToHost As Boolean
public:
bool GetOutputToHost()
member GetOutputToHost : unit -> bool
Return Value
Type:
BooleanWhether this region will send output to the host.
See Also