言語

Setting.Error プロパティ

定義

設定値の問題を記述するエラーです。

public:
 property System::String ^ Error { System::String ^ get(); void set(System::String ^ value); };
public string Error { get; set; }
member this.Error : string with get, set
Public Property Error As String

プロパティ値

設定の値に関する問題を説明するエラーメッセージです。

適用対象