AssociatedMenuConfiguration.Behavior Property

 

Applies To: Dynamics CRM 2015

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

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

Syntax

[DataMemberAttribute]
public Nullable<AssociatedMenuBehavior> Behavior { get; set; }
public:
[DataMemberAttribute]
property Nullable<AssociatedMenuBehavior> Behavior {
    Nullable<AssociatedMenuBehavior> get();
    void set(Nullable<AssociatedMenuBehavior> value);
}
[<DataMemberAttribute>]
member Behavior : Nullable<AssociatedMenuBehavior> with get, set
<DataMemberAttribute>
Public Property Behavior As Nullable(Of AssociatedMenuBehavior)

Property Value

Type: System.Nullable<AssociatedMenuBehavior>

Type: Nullable<AssociatedMenuBehavior>
One of the enumeration values that specify the behavior of the associated menu for a one-to-many relationship.

See Also

AssociatedMenuConfiguration Class
Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright