Endeca Presentation API
Item Property (key)
NamespacesEndeca.NavigationPropertyMapItem[([Object])]
Gets an element with the specified key. The set operation is not supported.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Object this[
	Object key
]{ get; set;}
Public Overridable Default Property Item ( _
	key As Object _
) As Object
public:
virtual property Object^ default[Object^ key] {
	Object^ get (Object^ key);
	void set (Object^ key, Object^ value);
}
Parameters
key (Object)
The key of the element to get.
Value
An element with the specified key.
Remarks
If key has multiple values, only one value is returned. The returned object is of type String.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is a null reference.
NotSupportedException Always for set operation.

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