Warning.Code-Eigenschaft
Ruft den Fehlercode ab, der der Warnung zugewiesen ist.Schreibgeschützt.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
'Declaration
Public Property Code As String
public string Code { get; private set; }
public:
property String^ Code {
String^ get ();
private: void set (String^ value);
}
member Code : string with get, private set
function get Code () : String
private function set Code (value : String)
Eigenschaftswert
Typ: String
Ein schreibgeschützter string-Wert.