VerificationAttribute.VerificationRule プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アクセシビリティのチェックポイントの使用方法を示す VerificationRule 列挙値を取得します。
public:
property System::Web::UI::VerificationRule VerificationRule { System::Web::UI::VerificationRule get(); };
public System.Web.UI.VerificationRule VerificationRule { get; }
member this.VerificationRule : System.Web.UI.VerificationRule
Public ReadOnly Property VerificationRule As VerificationRule
プロパティ値
VerificationRule 列挙値のいずれか。 既定値は Required です。
注釈
このプロパティは VerificationRule 、インスタンスの作成時に VerificationAttribute 設定できますが、省略可能です。 パラメーターを受け取らないコンストラクターを rule
使用する場合は、既定値 Required が使用されます。