OneToManyRelationshipMetadata.ReferencingAttribute Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.