Compartilhar via


Enumeração AssociatedMenuBehavior

Aplica-se a: CRM 2015 on-prem, CRM Online

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

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

Sintaxe

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

Membros

Nome do membro Descrição
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.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Server 2003 e

Plataformas de destino

Windows Vista,Windows XP

Consulte também

Referência

Namespace Microsoft.Xrm.Sdk.Metadata

Outros recursos

Create Entity Relationships
Customize Entity Relationship Metadata

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.