Item
  | 
WMVProfiles.FindWMVProfile Method  | 
Description
Search the WMVProfiles Collection for a given string. The string contains the name of a WMV Profile.
Syntax
WMVProfiles.FindWMVProfile Name  | 
Data Type
    String
Return Value
If the property Name of a WMVProfile object is equal to the given string, the FindWMVProfile method return the index of the WMVProfile in the Collection. If the string is not found, the WMVProfile method return -1.
Example
[Visual Basic Syntax] (This example find the WMVProfile)  |