Gets whether this computer is connected to a network.
[Visual Basic] Public Shared ReadOnly Property Network As Boolean [C#] public static bool Network {get;} [C++] public: __property static bool get_Network(); [JScript] public static function get Network() : Boolean;
true if a network is present; otherwise, false.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace