VpnCustomPromptOptionSelector.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 the list of strings that are presented as choices for the multiple choice UI element. The plug-in is expected to retrieve the list, and fill it with the strings needed (in the order that they are to be presented).
public:
property IVector<Platform::String ^> ^ Options { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Options();
public IList<string> Options { get; }
var iVector = vpnCustomPromptOptionSelector.options;
Public ReadOnly Property Options As IList(Of String)
Property Value
The list of strings that are presented as choices for the multiple choice UI element.
Windows requirements
App capabilities |
networkingVpnProvider
|