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; }
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageType Type { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Type : Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageType
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Type : Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageType
Public ReadOnly Property Type As OutputMessageType

Property Value

An OutputMessageType object indicating the message type.

Attributes

Remarks

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

Applies to