次の方法で共有


HotspotCredentialsAuthenticationResult.HasNetworkErrorOccurred プロパティ

定義

認証の試行を妨げるネットワーク エラーが発生したかどうかを示します。 true の場合、他のプロパティは検査されません。

public:
 property bool HasNetworkErrorOccurred { bool get(); };
bool HasNetworkErrorOccurred();
public bool HasNetworkErrorOccurred { get; }
var boolean = hotspotCredentialsAuthenticationResult.hasNetworkErrorOccurred;
Public ReadOnly Property HasNetworkErrorOccurred As Boolean

プロパティ値

Boolean

bool

エラーが発生した場合は true。それ以外の場合は false。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

適用対象