OneToManyRelationshipMetadata.ReferencedEntity Property

Definition

Get or set the name of the referenced entity.

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

Property Value

The name of the referenced entity.

Attributes

Applies to