HostName Property

Pageflex Server Logging API Reference

The name of the Host where this message orginated.

Namespace:  Pageflex.Ur.Logging.API
Assembly:  PFSvr_Monitor (in PFSvr_Monitor.dll) Version: 7.6.0.1105 (10.1105.0.0)

Syntax

C#
public string HostName { get; }
Visual Basic (Declaration)
Public ReadOnly Property HostName As String
Visual C++
public:
property String^ HostName {
	String^ get ();
}

See Also