VpnCustomPromptBooleanInput.Value 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 value selected by the user.
public:
property bool Value { bool get(); };
bool Value();
public bool Value { get; }
var boolean = vpnCustomPromptBooleanInput.value;
Public ReadOnly Property Value As Boolean
Property Value
Boolean
bool
The value selected by the user.
Windows requirements
App capabilities |
networkingVpnProvider
|