OneToManyRelationshipMetadata.ReferencingAttribute Property

 

Applies To: Dynamics CRM 2015

Get or set the name of the referencing attribute.

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public string ReferencingAttribute { get; set; }
public:
[DataMemberAttribute]
property String^ ReferencingAttribute {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member ReferencingAttribute : string with get, set
<DataMemberAttribute>
Public Property ReferencingAttribute As String

Property Value

Type: System.String

Type: String
The name of the referencing attribute.

Remarks

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

See Also

OneToManyRelationshipMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright