AssociatedMenuBehavior Enum

Definition

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

For the Web API use the AssociatedMenuBehavior EnumType.

public enum class AssociatedMenuBehavior
[System.Runtime.Serialization.DataContract(Name="AssociatedMenuBehavior", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")]
public enum AssociatedMenuBehavior
[<System.Runtime.Serialization.DataContract(Name="AssociatedMenuBehavior", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")>]
type AssociatedMenuBehavior = 
Public Enum AssociatedMenuBehavior
Inheritance
AssociatedMenuBehavior
Attributes

Fields

DoNotDisplay 2

Do not show the associated menu. Value = 2.

UseCollectionName 0

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

UseLabel 1

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

Applies to