FlowsheetBaseRedirectMessages Property

Gets or sets a value indicating whether flowsheet messages should be redirected to an external listener instead of the UI log.

Definition

Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
public bool RedirectMessages { get; set; }

Property Value

Boolean

Implements

IFlowsheetRedirectMessages

See Also