次の方法で共有


ValidationIssue.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

プロパティ値

問題の説明。

属性

適用対象