VpnCustomCheckBox.InitialCheckState 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 InitialCheckState { bool get(); void set(bool value); };
bool InitialCheckState();
void InitialCheckState(bool value);
public bool InitialCheckState { get; set; }
var boolean = vpnCustomCheckBox.initialCheckState;
vpnCustomCheckBox.initialCheckState = boolean;
Public Property InitialCheckState As Boolean
Property Value
Boolean
bool
Not supported.
Windows requirements
App capabilities |
networkingVpnProvider
|