AmbientTheme.ShowConfigErrors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the workflow design surface displays configuration errors.
public:
virtual property bool ShowConfigErrors { bool get(); void set(bool value); };
public virtual bool ShowConfigErrors { get; set; }
member this.ShowConfigErrors : bool with get, set
Public Overridable Property ShowConfigErrors As Boolean
Property Value
true
if the workflow design surface is to display configuration errors; otherwise, false
. The default is true
.