ClientResourceMaps.Item Property
Parent Object: ClientResourceMapsDescription
Allows integer-indexed access to items in the collection.
Syntax
ClientResourceMaps.Item( Index As Long ) As ClientResourceMapProperty Value
This is a read only property whose value is a ClientResourceMap.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the ClientNodeIconResourceMap to return. If an out of range index is provided, an error will occur. |