Error プロパティ
設定の値の問題を説明するエラーです。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.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 です。