CompareAttribute(String) Constructor

Definitie

Initialiseert een nieuw exemplaar van de CompareAttribute klasse.

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)

Parameters

otherProperty
String

De eigenschap die moet worden vergeleken met de huidige eigenschap.

Van toepassing op