Namespace: Endeca.Logging
Assembly: Endeca.Logging (in Endeca.Logging.dll) Version: 6.1.0.0

Syntax

C#
public int GetInt(
	string key
)
Visual Basic
Public Function GetInt ( _
	key As String _
) As Integer
Visual C++
public:
int GetInt(
	String^ key
)

Parameters

key
Type: System..::..String

Return Value

[Missing <returns> documentation for "M:Endeca.Logging.LogEntry.GetInt(System.String)"]

See Also