VpnCustomPromptOptionSelector.SelectedIndex 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 index into the options string vector of the option selected by the user.
public:
property unsigned int SelectedIndex { unsigned int get(); };
uint32_t SelectedIndex();
public uint SelectedIndex { get; }
var uInt32 = vpnCustomPromptOptionSelector.selectedIndex;
Public ReadOnly Property SelectedIndex As UInteger
Property Value
The index into the options string vector of the option selected by the user.
Windows requirements
App capabilities |
networkingVpnProvider
|