Click or drag to resize
ErrorInfoMachineName Property
Gets or sets the name of the machine.

Namespace: ErrorUnit.Models
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public string MachineName { get; set; }

Property Value

Type: String
The name of the machine.

Implements

IErrorInfoMachineName
See Also