Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a message that describes the error or warning.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Property Severity As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String value containing a message that describes the error or warning.