Propriété ExtensionParameter.Error

An error that describes a problem with the value of the setting.

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
Public Property Error As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
A read-only String containing the error description.

Voir aussi

Référence

ExtensionParameter Classe

Espace de noms ReportService2005