CompareAttribute(String) コンストラクター

定義

CompareAttribute クラスの新しいインスタンスを初期化します。

public CompareAttribute (string otherProperty);
new System.Web.Mvc.CompareAttribute : string -> System.Web.Mvc.CompareAttribute
Public Sub New (otherProperty As String)

パラメーター

otherProperty
String

現在のプロパティと比較するプロパティ。

適用対象