2027 Property
Changes 0
P

Categories.Item

Description:
Gets a category which has the specified name from this list of top-level categories.
Overloads (2):
Item(String)
public override Category this[
	string name
] { get; set; }
  • String
    name
    The 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.