HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Log Class / RecordedByVersion Property

In This Topic
    RecordedByVersion Property
    In This Topic
    The version of the application that recorded the log file, e.g. "5.3.20".
    Syntax
    'Declaration
     
    Public ReadOnly Property RecordedByVersion As String
    public string RecordedByVersion {get;}
    Remarks

    The version returned will apply to HttpWatch if the log was originally recorded using an HttpWatch browser extension, but could apply to other tools (e.g. Firebug) when importing from a HAR file.

    You can find the name of the original recording application using the RecordedByAppName property.

    Requirements
     
    See Also