Warning.Severity Property

Definition

Gets or sets a message that describes the error or warning.

public:
 property System::String ^ Severity { System::String ^ get(); void set(System::String ^ value); };
public string Severity { get; set; }
member this.Severity : string with get, set
Public Property Severity As String

Property Value

A String value containing a message that describes the error or warning.

Applies to