CategoryNameMap.Item
Description:
Gets or sets a category at a specified name within the map.
Gets or sets a category at a specified name within the map.
public virtual Category this[
string key
] { get; set; }
-
StringkeyThe name of the category to be set or retrieved.