OutputMessage.Type 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.
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.