property BeepProfilesList.Item (Index) as IBeepProfile
Returns reference to specific profile from the list.

  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. 
 

tem property will return specific profile from BeepProfilesList 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.