get name of the computer
Published: 9. October 2011 | Updated: 9. October 2011License: Microsoft Public License (MS-PL)
Categories: Windows
Tags: C# Windows
var name = Environment.MachineName;
| Send us feedback about this snippet » |
var name = Environment.MachineName;
| Send us feedback about this snippet » |