Share via


PropertyPanePage.Groups Property

Definition

Gets or Sets the groups of type PropertyPaneGroup.

public System.Collections.Generic.IEnumerable<Microsoft.Bot.Schema.SharePoint.IPropertyPaneGroupOrConditionalGroup> Groups { get; set; }
member this.Groups : seq<Microsoft.Bot.Schema.SharePoint.IPropertyPaneGroupOrConditionalGroup> with get, set
Public Property Groups As IEnumerable(Of IPropertyPaneGroupOrConditionalGroup)

Property Value

This value is the groups of the property pane page.

Applies to