InversePropertyAttribute(String) 생성자

정의

지정된 속성을 사용하여 InversePropertyAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 InversePropertyAttribute(System::String ^ property);
public InversePropertyAttribute (string property);
new System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute : string -> System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute
Public Sub New (property As String)

매개 변수

property
String

동일한 관계의 다른 쪽 End를 나타내는 탐색 속성입니다.

적용 대상