Gets the last error chain id.

Namespace:  GrassValley.Mseries.AppServerLog
Assembly:  GrassValley.Mseries.AppServerLog (in GrassValley.Mseries.AppServerLog.dll) Version: 1.0.0.0

Syntax

C#
public int LastErrorChainId { get; }
Visual Basic (Declaration)
Public ReadOnly Property LastErrorChainId As Integer
Visual C++
public:
virtual property int LastErrorChainId {
	int get () sealed;
}

Field Value

Implements

IAppServerLog2..::.LastErrorChainId

See Also