NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemInformation.ComputerName

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;

Property Value

The name of this computer.

Remarks

The computer name is established at system startup, when it is initialized from the Registry.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace