ApprenticeServerDocuments.Item Property
Parent Object: ApprenticeServerDocumentsDescription
Returns the specified ApprenticeServerDocument object from the collection. This is the default property of the ApprenticeServerDocuments object.
Syntax
ApprenticeServerDocuments.Item( Index As Long ) As ApprenticeServerDocumentProperty Value
This is a read only property whose value is an ApprenticeServerDocument.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the to return. |