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

현재 속성과 비교할 속성입니다.

적용 대상