HtmlHyperlink.Target Property

Gets the target for this hyperlink control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Target As String
public virtual string Target { get; }
public:
virtual property String^ Target {
    String^ get ();
}
abstract Target : string
override Target : string
function get Target () : String

Property Value

Type: System.String
The target for this hyperlink control.

.NET Framework Security

See Also

Reference

HtmlHyperlink Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace