C-DEngine 5.105

TheGELFLogEntry..::..host Property

Host

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string host { get; set; }
Public Property host As String
	Get
	Set
public:
property String^ host {
	String^ get ();
	void set (String^ value);
}