Click or drag to resize
Grid Solutions Framework

ProcessLauncherRedirectErrorToHostEnvironment Property

Gets or sets flag that determines if process standard error output should be redirected to the hosting environment.

Namespace: FileAdapters
Assembly: FileAdapters (in FileAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(true)]
public bool RedirectErrorToHostEnvironment { get; set; }
View Source

Property Value

Boolean
See Also