StandardOutputLoggingImportance Property

MSBuild

Gets the MessageImportance with which to log errors.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Protected Overrides ReadOnly Property StandardOutputLoggingImportance As MessageImportance
C#
protected override MessageImportance StandardOutputLoggingImportance { get; }
C++
protected override property MessageImportance StandardOutputLoggingImportance override  {
    MessageImportance get();
}
J#
/** property */
protected MessageImportance get_StandardOutputLoggingImportance();
JScript
protected function get StandardOutputLoggingImportance() : MessageImportance

Property Value

The MessageImportance with which to log errors.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.