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

Свойство, с которым будет сравниваться текущее свойство.

Применяется к