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

要与当前属性进行比较的属性。

适用于