ManyToManyRelationshipMetadata EntityType
- Base Type
- RelationshipMetadataBase
- Operations Supported
- GET PUT DELETE
Properties
Properties represent fields of data stored in the entity.
| Name | Type | Details |
|---|---|---|
| Entity1AssociatedMenuConfiguration | AssociatedMenuConfiguration |
The associated menu configuration for the first entity. |
| Entity1IntersectAttribute | Edm.String |
The attribute that defines the relationship in the first entity. |
| Entity1LogicalName | Edm.String |
The logical name of the first entity in the relationship. |
| Entity1NavigationPropertyName | Edm.String | |
| Entity2AssociatedMenuConfiguration | AssociatedMenuConfiguration |
The associated menu configuration for the second entity. |
| Entity2IntersectAttribute | Edm.String |
The attribute that defines the relationship in the second entity. |
| Entity2LogicalName | Edm.String |
The logical name of the second entity in the relationship. |
| Entity2NavigationPropertyName | Edm.String | |
| HasChanged | Edm.Boolean |
Indicates whether the item of metadata has changed. |
| IntersectEntityName | Edm.String |
The name of the intersect entity for the relationship. |
| IntroducedVersion | Edm.String |
A string identifying the solution version that the solution component was added in. |
| IsCustomizable | BooleanManagedProperty |
Whether the entity relationship is customizable. |
| IsCustomRelationship | Edm.Boolean |
Whether the relationship is a custom relationship. |
| IsManaged | Edm.Boolean |
Whether the entity relationship is part of a managed solution. |
| IsValidForAdvancedFind | Edm.Boolean |
Whether the entity relationship should be shown in Advanced Find. |
| MetadataId | Edm.Guid |
A unique identifier for the metadata item. |
| RelationshipType | RelationshipType |
The type of relationship. |
| SchemaName | Edm.String |
The schema name for the entity relationship. |
| SecurityTypes | SecurityTypes |
The security type for the relationship. |
Used by
The following use the ManyToManyRelationshipMetadata metadata entity type.
| Name | How used |
|---|---|
| EntityMetadata | NavigationProperty |