ToolTask.StandardErrorLoggingImportance 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.
Importance with which to log text from the standard error stream.
protected:
virtual property Microsoft::Build::Framework::MessageImportance StandardErrorLoggingImportance { Microsoft::Build::Framework::MessageImportance get(); };
protected virtual Microsoft.Build.Framework.MessageImportance StandardErrorLoggingImportance { get; }
member this.StandardErrorLoggingImportance : Microsoft.Build.Framework.MessageImportance
Protected Overridable ReadOnly Property StandardErrorLoggingImportance As MessageImportance
Property Value
The MessageImportance with which to log errors.