ExtendedStorage Property
Description
For QCResource, it is preferable to use the IResourceStorage Implemented Interface. The ExtendedStorage property is the generic ExtendedStorage object for any resource.
Property type
Read-only property
Syntax
Visual Basic
Public Property ExtendedStorage( _
   ByVal nEntityType As Long _
) As Object
Parameters
nEntityType

This argument is required by QuickTest Professional. Always pass EXTENDEDSTORAGE_ENTITY.EXTENDEDSTORAGE_ENTITY_SCRIPT (0).

See Also