AssociationAttribute.Name プロパティ

定義

アソシエーションの名前を取得します。

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

プロパティ値

アソシエーションの名前。

注釈

関連付けが双方向の場合は、関連付けの両側で名前が同じである必要があります。

適用対象