Share via


IVpnCustomPromptElement.Compulsory Property

Definition

Gets or sets whether the object is required to receive input before continuing the UI flow.

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

Property Value

Boolean

bool

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

Windows requirements

App capabilities
networkingVpnProvider

Applies to