Machine name of the system that generated the query.

Namespace: Huagati.LLBLGen.Profiler
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

Syntax

C#
public string MachineName { get; set; }
Visual Basic
Public Property MachineName As String
	Get
	Set
Visual C++
public:
property String^ MachineName {
	String^ get ();
	void set (String^ value);
}

See Also