Table of Contents

Class BrowserVersion

Information about the browser.

Inheritance
BrowserVersion
Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class BrowserVersion

Constructors

BrowserVersion()

BrowserVersion default public constructor

Declaration
public BrowserVersion()

Properties

Type

The type of browser.

Declaration
public string Type { get; set; }
Property Value
Type Description
string

Version

The browser version.

Declaration
public string Version { get; set; }
Property Value
Type Description
string

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()