Share via


PropertyPaneGroup.GroupFields Property

Definition

Gets or Sets the group fields of type PropertyPaneGroupField.

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

Property Value

This value is the group fields of the property pane group.

Applies to