ClientNodeResources.Item Property
Parent Object: ClientNodeResourcesDescription
Returns the specified NodeResource object from the collection.
Syntax
ClientNodeResources.Item( Index As Long ) As ClientNodeResourceProperty Value
This is a read only property whose value is a ClientNodeResource.Parameters
Name | Type | Description |
Index | Long | Value that specifies the NodeResource to return. This is the numeric value indicating the index of the item in the collection. If an out of range index is provided, an error will occur. |