IsConnected Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Gets a value that indicates whether this machine has network connectivity.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.Network
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static bool IsConnected { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property IsConnected As Boolean
Visual C++
public:
static property bool IsConnected {
	bool get ();
}

Field Value

A Boolean value.

See Also