AssociatedMenuBehavior Enumeration

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Describes the behavior of the associated menu for a one-to-many relationship.

For the Web API use the AssociatedMenuBehavior EnumType.

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataContractAttribute(Name = "AssociatedMenuBehavior", Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")]
public enum AssociatedMenuBehavior
<DataContractAttribute(Name := "AssociatedMenuBehavior", Namespace := "https://schemas.microsoft.com/xrm/2011/Metadata")>
Public Enumeration AssociatedMenuBehavior

Members

Member name Description
DoNotDisplay

Do not show the associated menu. Value = 2.

UseCollectionName

Use the collection name for the associated menu. Value = 0.

UseLabel

Use the label for the associated menu. Value = 1.

See Also

Microsoft.Xrm.Sdk.Metadata Namespace
Create and retrieve entity relationships
Customize entity relationship metadata

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright