ManyToManyRelationshipMetadata.Entity1AssociatedMenuConfiguration 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 first entity.
public:
property Microsoft::Xrm::Sdk::Metadata::AssociatedMenuConfiguration ^ Entity1AssociatedMenuConfiguration { Microsoft::Xrm::Sdk::Metadata::AssociatedMenuConfiguration ^ get(); void set(Microsoft::Xrm::Sdk::Metadata::AssociatedMenuConfiguration ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration Entity1AssociatedMenuConfiguration { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Entity1AssociatedMenuConfiguration : Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration with get, set
Public Property Entity1AssociatedMenuConfiguration As AssociatedMenuConfiguration
Property Value
The associated menu configuration for the first entity.
- Attributes