Click or drag to resize

IPasswordsBrowser Property

Gets the IBrowser instance associated with this browser.

Namespace:  DotNetBrowser.Passwords
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IBrowser Browser { get; }

Property Value

Type: IBrowser
The IBrowser instance associated with this IPasswords instance.
See Also