[Missing <summary> documentation for "P:Huagati.LLBLGen.Profiler.QueryInformation.LogSource"]

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

Syntax

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

See Also