BrowserWindow.Uri Property
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Uri As Uri
public virtual Uri Uri { get; }
public:
virtual property Uri^ Uri {
Uri^ get ();
}
abstract Uri : Uri with get
override Uri : Uri with get
function get Uri () : Uri
Property Value
Type: Uri
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.