AssociatedMenuConfiguration.Behavior Property

Definition

Gets or sets the behavior of the associated menu for an entity relationship.

public:
 property Nullable<Microsoft::Xrm::Sdk::Metadata::AssociatedMenuBehavior> Behavior { Nullable<Microsoft::Xrm::Sdk::Metadata::AssociatedMenuBehavior> get(); void set(Nullable<Microsoft::Xrm::Sdk::Metadata::AssociatedMenuBehavior> value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Metadata.AssociatedMenuBehavior? Behavior { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Behavior : Nullable<Microsoft.Xrm.Sdk.Metadata.AssociatedMenuBehavior> with get, set
Public Property Behavior As Nullable(Of AssociatedMenuBehavior)

Property Value

One of the enumeration values that specify the behavior of the associated menu for a one-to-many relationship.

Attributes

Applies to