Profiler log trace ID identifying the profiler session under which this entry was created.

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

Syntax

C#
public Guid TraceID { get; set; }
Visual Basic
Public Property TraceID As Guid
	Get
	Set
Visual C++
public:
property Guid TraceID {
	Guid get ();
	void set (Guid value);
}

See Also