Freigeben über


Warning.Code-Eigenschaft

Ruft den Fehlercode ab, der der Warnung zugewiesen ist. Schreibgeschützt.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Syntax

'Declaration
Public ReadOnly Property Code As String
    Get
'Usage
Dim instance As Warning
Dim value As String

value = instance.Code
public string Code { get; }
public:
property String^ Code {
    String^ get ();
}
member Code : string
function get Code () : String

Eigenschaftswert

Typ: System.String
Ein schreibgeschützter string-Wert.

Siehe auch

Verweis

Warning Klasse

Microsoft.Reporting.WebForms-Namespace