ArgumentConstraintException.Property プロパティ

定義

例外の原因となったプロパティを取得します。

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

プロパティ値

例外の原因となったプロパティ。

適用対象