OneToManyRelationshipMetadata.ReferencingAttribute Property

Definition

Get or set the name of the referencing attribute.

public:
 property System::String ^ ReferencingAttribute { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string ReferencingAttribute { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ReferencingAttribute : string with get, set
Public Property ReferencingAttribute As String

Property Value

The name of the referencing attribute.

Attributes

Remarks

The referencing attribute is a lookup attribute created on the referencing entity when the one-to-many entity relationship is created.

Applies to