Request ID Property C# API
Gets the unique ID that has been assigned to this Request.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public int ID { get; }

Field Value

The unique ID assigned to this Request.
Remarks

This ID number is created by the WebBrowser. It is the value that is displayed in the web log viewer.
See Also