Severity propriété
Gets or sets a message that describes the error or warning.
Espace de noms : ReportService2005
Assembly : ReportService2005 (dans ReportService2005.dll)
Syntaxe
'Déclaration
Public Property Severity As String
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .String
A String value containing a message that describes the error or warning.