Sdílet prostřednictvím


VpnCustomPromptBooleanInput.Compulsory Property

Definition

Gets or sets whether the user must provide some input in this element before the UI flow can continue (the next button is grayed out).

public:
 property bool Compulsory { bool get(); void set(bool value); };
bool Compulsory();

void Compulsory(bool value);
public bool Compulsory { get; set; }
var boolean = vpnCustomPromptBooleanInput.compulsory;
vpnCustomPromptBooleanInput.compulsory = boolean;
Public Property Compulsory As Boolean

Property Value

Boolean

bool

If the user must provide some input, it is TRUE; otherwise, it is FALSE.

Implements

Windows requirements

App capabilities
networkingVpnProvider

Applies to