Endeca Presentation API
Add Method (key, value)
NamespacesEndeca.LoggingLogEntryAdd(Object, Object)
Adds a key/value pair to this LogEntry object.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Add(
	Object key,
	Object value
)
Public Overridable Sub Add ( _
	key As Object, _
	value As Object _
)
public:
virtual void Add (
	Object^ key, 
	Object^ value
)
Parameters
key (Object)
The Object to use as the key of the element to add.
value (Object)
The Object to use as the value of the element to add.

Assembly: Endeca.Logging (Module: Endeca.Logging) Version: 0.0.0.0