Warning.Severity Propiedad
Gets or sets the severity type of the error or warning. Read-only.
Espacio de nombres: ReportExecution2005
Ensamblado: ReportExecution2005 (en ReportExecution2005.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 read-only String value.
Comentarios
The possible values of the Severity property are Error and Warning.