ManyToManyRelationshipMetadata.Entity1IntersectAttribute Property
Applies To: Dynamics CRM 2015
Gets or sets the attribute that defines the relationship in the first entity.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public string Entity1IntersectAttribute { get; set; }
public:
[DataMemberAttribute]
property String^ Entity1IntersectAttribute {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member Entity1IntersectAttribute : string with get, set
<DataMemberAttribute>
Public Property Entity1IntersectAttribute As String
Property Value
Type: System.String
Type: String
The attribute that defines the relationship in the first entity.
See Also
ManyToManyRelationshipMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright