AssociatedMenuConfiguration.Group 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 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