VpnCustomTextBox.Compulsory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Not supported.
public:
property bool Compulsory { bool get(); void set(bool value); };
bool Compulsory();
void Compulsory(bool value);
public bool Compulsory { get; set; }
var boolean = vpnCustomTextBox.compulsory;
vpnCustomTextBox.compulsory = boolean;
Public Property Compulsory As Boolean
Property Value
Boolean
bool
Not supported.
Implements
Windows requirements
App capabilities |
networkingVpnProvider
|