Endeca Presentation API
AddString Method (key, value)
NamespacesEndeca.LoggingLogEntryAddString(String, String)
Set the given key to the given string value.
Declaration Syntax
C#Visual BasicVisual C++
public void AddString(
	string key,
	string value
)
Public Sub AddString ( _
	key As String, _
	value As String _
)
public:
void AddString (
	String^ key, 
	String^ value
)
Parameters
key (String)
The String to use as the key of the element to add.
value (String)
The String to use as the value of the element to add.
Exceptions
ExceptionCondition
ArgumentException An element with the same key already exists

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