HotspotCredentialsAuthenticationResult.HasNetworkErrorOccurred 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.
Indicates if a network error has occurred that prevented the authentication attempt. If true, the other properties should not be examined.
public:
property bool HasNetworkErrorOccurred { bool get(); };
bool HasNetworkErrorOccurred();
public bool HasNetworkErrorOccurred { get; }
var boolean = hotspotCredentialsAuthenticationResult.hasNetworkErrorOccurred;
Public ReadOnly Property HasNetworkErrorOccurred As Boolean
Property Value
Boolean
bool
true if an error occurred; otherwise, false.
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|