property BeepProfiles.Item (Index) as IBeepProfile
Returns reference to profile in the collection.

  TypeDescription 
   Index as Variant Integer value as the index, or string expression as URI of requested profile. 
   IBeepProfile Return value, profile that matches requested Index. 
 

Item property will return specific profile from BeepProfiles collection. Index is a variant property that should contain either integer value - as profile index in the collection, or string expression - as profile URI.

If such profile is found in the collection is it returned. If profile is not found, error is generated.