ManyToManyRelationshipMetadata.Entity2AssociatedMenuConfiguration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the associated menu configuration for the second entity.
public:
property Microsoft::Xrm::Sdk::Metadata::AssociatedMenuConfiguration ^ Entity2AssociatedMenuConfiguration { Microsoft::Xrm::Sdk::Metadata::AssociatedMenuConfiguration ^ get(); void set(Microsoft::Xrm::Sdk::Metadata::AssociatedMenuConfiguration ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration Entity2AssociatedMenuConfiguration { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Entity2AssociatedMenuConfiguration : Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration with get, set
Public Property Entity2AssociatedMenuConfiguration As AssociatedMenuConfiguration
Property Value
The associated menu configuration for the second entity.
- Attributes