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

定義

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

public:
 CompareAttribute(System::String ^ otherProperty);
public CompareAttribute (string otherProperty);
new System.ComponentModel.DataAnnotations.CompareAttribute : string -> System.ComponentModel.DataAnnotations.CompareAttribute
Public Sub New (otherProperty As String)

パラメーター

otherProperty
String

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

適用対象