Condividi tramite


IVpnCustomPromptElement.Compulsory Proprietà

Definizione

Ottiene o imposta un valore che indica se l'oggetto deve ricevere l'input prima di continuare il flusso dell'interfaccia utente.

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

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

Valore della proprietà

Boolean

bool

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

Requisiti Windows

Funzionalità dell'app
networkingVpnProvider

Si applica a