ManagerItemCollection.GetByName - метод Смотри также Terrasoft.Core - пространство имен > ManagerItemCollection - класс : GetByName - метод C#
- name
- Name of the collection item to get.
Glossary Item Box
Параметры
- name
- Name of the collection item to get.
Тип возвращаемого значения
The collection item of the current type with the name name. If the item with the name name is not found in the collection, an exception is thrown.Исключение | Описание |
---|---|
Terrasoft.Common.ItemNotFoundException | If the item with the name name is not found in the collection of manager items. |