ValidationError.PropertyName プロパティ

定義

エラーを生成したプロパティの英数字から成る名前を取得します。

public:
 property System::String ^ PropertyName { System::String ^ get(); };
public string PropertyName { get; }
member this.PropertyName : string
Public ReadOnly Property PropertyName As String

プロパティ値

エラーを生成したプロパティの名前。

適用対象