Partilhar via


Propriedade Warning.Code

Gets the error code that is assigned to the warning. Read-only.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: String
A read-only string value.

Consulte também

Referência

Warning Classe

Namespace Microsoft.Reporting.WebForms