VpnCustomPromptOptionSelector.Options Property

Definition

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

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The list of strings that are presented as choices for the multiple choice UI element.

Windows requirements

App capabilities
networkingVpnProvider

Applies to