Share via


IsAvailable Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Indicates whether the network is currently available.

Namespace:  Microsoft.SPOT.Net.NetworkInformation
Assembly:  Microsoft.SPOT.Net (in Microsoft.SPOT.Net.dll)

Syntax

'Declaration
Public ReadOnly Property IsAvailable As Boolean
public bool IsAvailable { get; }
public:
property bool IsAvailable {
    bool get ();
}
member IsAvailable : bool
function get IsAvailable () : boolean

Property Value

Type: System. . :: . .Boolean
true if the network is available, or false if not.

.NET Framework Security

See Also

Reference

NetworkAvailabilityEventArgs Class

Microsoft.SPOT.Net.NetworkInformation Namespace