Jaa


PropertyPaneDropDownProperties.Options Property

Definition

Gets or Sets the collection of options for this Dropdown of type PropertyPaneDropDownOption.

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

Property Value

This value is the options of the drop down.

Applies to