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

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

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