Compartir a través de


Warning.Severity Propiedad

Gets or sets the severity of the error or warning.

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property Severity As String 
    Get 
    Set
'Uso
Dim instance As Warning 
Dim value As String 

value = instance.Severity

instance.Severity = value
public string Severity { get; set; }
public:
property String^ Severity {
    String^ get ();
    void set (String^ value);
}
member Severity : string with get, set
function get Severity () : String 
function set Severity (value : String)

Valor de la propiedad

Tipo: System.String
A String value that contains the severity of the error or warning.

Vea también

Referencia

Warning Clase

Espacio de nombres ReportService2010