Gets the computer name of the current system.
[Visual Basic] Public Shared ReadOnly Property ComputerName As String [C#] public static string ComputerName {get;} [C++] public: __property static String* get_ComputerName(); [JScript] public static function get ComputerName() : String;
The name of this computer.
The computer name is established at system startup, when it is initialized from the Registry.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace