次の方法で共有


Error.Description プロパティ

定義

エラーを説明するテキストを取得または設定します。

public:
 property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string Description { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Description : string with get, set
Public Property Description As String

プロパティ値

エラーの説明を表す文字列。

属性

適用対象