CompareAttribute(String) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

otherProperty
String

Właściwość do porównania z bieżącą właściwością.

Dotyczy