PropertyPaneDropDownProperties.Options 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 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.