ToolTask.HasLoggedErrors 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.
Whether this ToolTask has logged any errors
protected:
virtual property bool HasLoggedErrors { bool get(); };
protected virtual bool HasLoggedErrors { get; }
member this.HasLoggedErrors : bool
Protected Overridable ReadOnly Property HasLoggedErrors As Boolean