Endeca Presentation and Logging APIs

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

Syntax

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

Parameters

key
Type: System..::.String

[Missing <param name="key"/> documentation for "M:Endeca.Logging.LogEntry.GetInt(System.String)"]

Return Value

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

See Also