AssociatedMenuBehavior Enum
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.
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
Name | Value | Description |
---|---|---|
UseCollectionName | 0 | Use the collection name for the associated menu. Value = 0. |
UseLabel | 1 | Use the label for the associated menu. Value = 1. |
DoNotDisplay | 2 | Do not show the associated menu. Value = 2. |