AssociatedMenuConfiguration.Group Property

Definition

Gets or sets the group for the associated menu for an entity relationship.

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

Property Value

One of the enumeration values that specify the group in which to display the associated menu for an entity relationship.

Attributes

Applies to