Categories.Item
Description:
Gets a category which has the specified name from this list of top-level categories.
Gets a category which has the specified name from this list of top-level categories.
Overloads (2):
public override Category this[
string name
] { get; set; }
-
StringnameThe name of the category to be retrieved.
-
Thrown when the category list does not contain the category with this name. Thrown when trying to set an item to this list of categories; this list is read only.