Proprietà Warning.Code

Gets or sets the error code assigned to the warning by the report server.

Spazio dei nomi  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Sintassi

'Dichiarazione
Public Property Code As String 
    Get 
    Set
'Utilizzo
Dim instance As Warning 
Dim value As String 

value = instance.Code

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

Valore proprietà

Tipo: System.String
A String value that contains the error code assigned to the warning by the report server.

Vedere anche

Riferimento

Warning Classe

Spazio dei nomi ReportService2006