AssociatedMenuConfiguration.Group Property

 

Applies To: Dynamics CRM 2015

Gets or sets the group for 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<AssociatedMenuGroup> Group { get; set; }
public:
[DataMemberAttribute]
property Nullable<AssociatedMenuGroup> Group {
    Nullable<AssociatedMenuGroup> get();
    void set(Nullable<AssociatedMenuGroup> value);
}
[<DataMemberAttribute>]
member Group : Nullable<AssociatedMenuGroup> with get, set
<DataMemberAttribute>
Public Property Group As Nullable(Of AssociatedMenuGroup)

Property Value

Type: System.Nullable<AssociatedMenuGroup>

Type: Nullable<AssociatedMenuGroup>
One of the enumeration values that specify the group in which to display the associated menu for an entity relationship.

See Also

AssociatedMenuConfiguration Class
Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright