|
SystemInformationMachineName Property |
The machine name
Namespace: DrawerBackup.Native.Data.EntitiesAssembly: DrawerBackup.Native.Data.Entities (in DrawerBackup.Native.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic string MachineName { get; set; }
Public Property MachineName As String
Get
Set
public:
property String^ MachineName {
String^ get ();
void set (String^ value);
}
member MachineName : string with get, set
Property Value
Type:
String
See Also