Share via


CompareAttribute(String) Konstruktor

Definice

Inicializuje novou instanci CompareAttribute třídy.

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

Vlastnost, která se má porovnat s aktuální vlastností.

Platí pro