 | SyslogMessageHostName Property |
Gets the host name.
Namespace: SyslogNet.ClientAssembly: SyslogNet.Client.Core (in SyslogNet.Client.Core.dll) Version: 0.4.0.0
Syntaxpublic string HostName { get; }
Public ReadOnly Property HostName As String
Get
public:
property String^ HostName {
String^ get ();
}
member HostName : string with get
Property Value
Type:
StringHost name.
See Also