ComponentOccurrences.ItemByName Property
Parent Object: ComponentOccurrencesDescription
Allows string-indexed access to items in the collection. (Usually found when this ability has been added to a pre-existing collection).
Syntax
ComponentOccurrences.ItemByName( Name As String ) As ComponentOccurrenceProperty Value
This is a read only property whose value is a ComponentOccurrence.Parameters
Name | Type | Description |
Name | String | Input String that specifies the name of required item in the collection. |