ComplianceStatus.MessageLevel Property

Definition

Gets or sets level of the message. Possible values include: 'Error', 'Warning', 'Information'

[Newtonsoft.Json.JsonProperty(PropertyName="messageLevel")]
public string MessageLevel { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="messageLevel")>]
member this.MessageLevel : string with get, set
Public Property MessageLevel As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to