AssociatedMenuBehavior Enumeration
Applies To: Dynamics CRM 2015
Describes the behavior of the associated menu for a one-to-many relationship.
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 enum class AssociatedMenuBehavior
[<DataContractAttribute(Name = "AssociatedMenuBehavior", Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")>]
type 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
© 2016 Microsoft. All rights reserved. Copyright