ProjectAssetLibraries.Item Property
Parent Object: ProjectAssetLibrariesDescription
Returns the specified ProjectAssetLibrary object from the collection.
Syntax
ProjectAssetLibraries.Item( Index As Long ) As ProjectAssetLibraryProperty Value
This is a read only property whose value is a ProjectAssetLibrary.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the ProjectAssetLibrary to return. The first item in the collection has a index of 1. |