Profiler log trace sequence number showing the ordinal position of this entry within the profiler session it was recorded under.

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

Syntax

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

See Also