OutputMessage.Type Property

Definition

Indicates whether the message is an error, warning, or informational message.

public:
 property Microsoft::Build::Tasks::Deployment::ManifestUtilities::OutputMessageType Type { Microsoft::Build::Tasks::Deployment::ManifestUtilities::OutputMessageType get(); };
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageType Type { get; }
member this.Type : Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageType
Public ReadOnly Property Type As OutputMessageType

Property Value

OutputMessageType

An OutputMessageType object indicating the message type.

Remarks

The values can be Error, Info, or Warning. For more information, see OutputMessageType.

Applies to