ManyToManyRelationshipMetadata.Entity2LogicalName Property

Definition

Gets or sets the logical name of the second entity in the relationship.

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

Property Value

The logical name of the second entity in the relationship..

Attributes

Applies to