VpnCustomPromptBooleanInput.InitialValue Property

Definition

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

Applies to