AssociationAttribute.Name Property

Definition

Gets the name of the association.

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

Property Value

The name of the association.

Remarks

If the association is bi-directional, the name must be the same on both sides of the association.

Applies to