VpnCustomPromptBooleanInput.InitialValue 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 whether the initial Boolean value displayed to the user is true or false.
public:
property bool InitialValue { bool get(); void set(bool value); };
bool InitialValue();
void InitialValue(bool value);
public bool InitialValue { get; set; }
var boolean = vpnCustomPromptBooleanInput.initialValue;
vpnCustomPromptBooleanInput.initialValue = boolean;
Public Property InitialValue As Boolean
Property Value
Boolean
bool
The initial Boolean value displayed to the user, TRUE or FALSE.
Windows requirements
App capabilities |
networkingVpnProvider
|