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

表示相同關聯性之另一端的導覽屬性。

適用於