OutputMessage.Type Property
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(); };
C#
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageType Type { get; }
C#
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
An OutputMessageType object indicating the message type.
- Attributes
The values can be Error, Info, or Warning. For more information, see OutputMessageType.
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |