ReferencedOpaqueFileDescriptors.ItemByName Property
Parent Object: ReferencedOpaqueFileDescriptorsDescription
Allows string-indexed access to items in the collection. Usually found when this ability has been added to an pre-existing collection.
Syntax
ReferencedOpaqueFileDescriptors.ItemByName( Name As String ) As ReferencedOpaqueFileDescriptorProperty Value
This is a read only property whose value is a ReferencedOpaqueFileDescriptor.Parameters
Name | Type | Description |
Name | String | Input String value that specifies the full file name of ReferencedOpaqueFileDescriptor. If a name of a non-existent ReferencedOpaqueFileDescriptor is provided, an error will occur. |