Proprietà Error

Gets an error that describes a problem with the value of the setting.

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

Sintassi

'Dichiarazione
Public Property Error As String
    Get
    Set
'Utilizzo
Dim instance As ExtensionParameter
Dim value As String

value = instance.Error

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

Valore proprietà

Tipo: System. . :: . .String
A String containing the error description. Read-only.