Click or drag to resize
ErrorInfoHostName Property
Gets or sets the name of the host.

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

Property Value

Type: String
The name of the host.

Implements

IErrorInfoHostName
See Also