[]
Returns NamedCollectionItem with specified name.
public NamedCollectionItem FindByName(string name)
Public Function FindByName(name As String) As NamedCollectionItem
| Type | Name | Description |
|---|---|---|
| string | name | The name of the item to locate. |
| Type | Description |
|---|---|
| NamedCollectionItem | The specified item |