MSDeployLogEntryType Enum

Definition

Defines values for MSDeployLogEntryType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum MSDeployLogEntryType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type MSDeployLogEntryType = 
Public Enum MSDeployLogEntryType
Inheritance
MSDeployLogEntryType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Message 0
Warning 1
Error 2

Applies to