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

Namespace: HuagatiEFProfiler
Assembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092

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