BrowserFactory.SupportedVersions Property

Definition

Gets a list of browser versions that are supported by this browser factory.

public:
 abstract property System::Collections::Generic::IList<System::String ^> ^ SupportedVersions { System::Collections::Generic::IList<System::String ^> ^ get(); };
public abstract System.Collections.Generic.IList<string> SupportedVersions { get; }
member this.SupportedVersions : System.Collections.Generic.IList<string>
Public MustOverride ReadOnly Property SupportedVersions As IList(Of String)

Property Value

A list of browser versions that are supported by this browser factory.

Applies to