[This is preliminary documentation and is subject to change.]

Gets the unique identifier of log event which is automatically generated and monotonously increasing.

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 2.0.0.0

Syntax

C#
public int SequenceID { get; private set; }
Visual Basic (Declaration)
Public Property SequenceID As Integer
Visual C++
public:
property int SequenceID {
	int get ();
	void set (int value);
}

See Also