次の方法で共有


ExtensionParameter.Error プロパティ

設定の値に関する問題を説明するエラーを取得します。

名前空間:  ReportService2010
アセンブリ:  ReportService2010 (ReportService2010.dll)

構文

'宣言
Public Property Error As String 
    Get 
    Set
'使用
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)

プロパティ値

型: System.String
エラーの説明を表す String です。読み取り専用です。

関連項目

参照

ExtensionParameter クラス

ReportService2010 名前空間