Condividi tramite


VpnCustomPromptBooleanInput.Compulsory Proprietà

Definizione

Ottiene o imposta un valore che indica se l'utente deve fornire un input in questo elemento prima che il flusso dell'interfaccia utente possa continuare (il pulsante successivo è disattivato).

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

Valore della proprietà

Boolean

bool

Se l'utente deve fornire un input, è TRUE; in caso contrario, è FALSE.

Implementazioni

Requisiti Windows

Funzionalità dell'app
networkingVpnProvider

Si applica a