Get Machine Name : Environment Setting « Windows System « VB.Net
- VB.Net
- Windows System
- Environment Setting
Get Machine Name

Imports System
Public Class MainClass
Shared Sub Main()
Console.WriteLine("MachineName: " & System.Environment.MachineName)
End Sub
End Class
Related examples in the same category