Warning.Severity Property

 

Applies To: SQL Server 2016 Preview

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

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

Property Value

Type: System.String

See Also

Warning Class
ReportService2005 Namespace

Return to top