ManyToManyRelationshipMetadata Class
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains the metadata for a many-to-many entity relationship.
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Microsoft.Xrm.Sdk.Metadata.MetadataBase
Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase
Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata
[MetadataNameAttribute(LogicalName = "ManyToManyRelationshipMetadata", LogicalCollectionName = "ManyToManyRelationshipDefinitions")] [DataContractAttribute(Name = "ManyToManyRelationshipMetadata", Namespace = "http://schemas.microsoft.com/xrm/2011/Metadata")] public sealed class ManyToManyRelationshipMetadata : RelationshipMetadataBase
| Name | Description | |
|---|---|---|
![]() | ManyToManyRelationshipMetadata() | Initializes a new instance of theManyToManyRelationshipMetadata class |
| Name | Description | |
|---|---|---|
![]() | Entity1AssociatedMenuConfiguration | Gets or sets the associated menu configuration for the first entity. |
![]() | Entity1IntersectAttribute | Gets or sets the attribute that defines the relationship in the first entity. |
![]() | Entity1LogicalName | Gets or sets the logical name of the first entity in the relationship. |
![]() | Entity1NavigationPropertyName | Gets or sets the navigation property name for the first entity in the relationship. |
![]() | Entity2AssociatedMenuConfiguration | Gets or sets the associated menu configuration for the second entity. |
![]() | Entity2IntersectAttribute | Gets or sets the attribute that defines the relationship in the second entity. |
![]() | Entity2LogicalName | Gets or sets the logical name of the second entity in the relationship. |
![]() | Entity2NavigationPropertyName | Gets or sets the navigation property name for the second entity in the relationship. |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from MetadataBase.) |
![]() | HasChanged | Gets whether the item of metadata has changed.(Inherited from MetadataBase.) |
![]() | IntersectEntityName | Gets or sets the name of the intersect entity for the relationship. |
![]() | IntroducedVersion | Gets a string identifying the solution version that the solution component was added in.(Inherited from RelationshipMetadataBase.) |
![]() | IsCustomizable | Gets or sets whether the entity relationship is customizable.(Inherited from RelationshipMetadataBase.) |
![]() | IsCustomRelationship | Gets whether the relationship is a custom relationship.(Inherited from RelationshipMetadataBase.) |
![]() | IsManaged | Gets whether the entity relationship is part of a managed solution. (Inherited from RelationshipMetadataBase.) |
![]() | IsValidForAdvancedFind | Gets or sets whether the entity relationship should be shown in Advanced Find.(Inherited from RelationshipMetadataBase.) |
![]() | MetadataId | Gets or sets a unique identifier for the metadata item.(Inherited from MetadataBase.) |
![]() | RelationshipType | Gets the type of relationship.(Inherited from RelationshipMetadataBase.) |
![]() | SchemaName | Gets or sets the schema name for the entity relationship.(Inherited from RelationshipMetadataBase.) |
![]() | SecurityTypes | Gets or sets the security type for the relationship.(Inherited from RelationshipMetadataBase.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright

