ManyToManyRelationshipMetadata.Entity1LogicalName Property

 

Applies To: Dynamics CRM 2015

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

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

Syntax

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

Property Value

Type: System.String

Type: String
The logical name of the first entity in the relationship.

See Also

ManyToManyRelationshipMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright