Endeca Presentation and Logging APIs

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

Syntax

C#
public virtual Object this[
	Object key
] { get; set; }
Visual Basic (Declaration)
Public Overridable Default Property Item ( _
	key As Object _
) As Object
Visual C++
public:
virtual property Object^ default[Object^ key] {
	Object^ get (Object^ key);
	void set (Object^ key, Object^ value);
}

Parameters

key
Type: System..::.Object

Implements

IDictionary..::.Item[([(Object])])

See Also