AssociatedMenuConfiguration.Behavior Property
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.
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