HtmlAreaHyperlink.Target Property

Gets the value of the target attribute of this area 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 with get 
override Target : string with get
function get Target () : String

Property Value

Type: String
The value of the target attribute of this area hyperlink control.

.NET Framework Security

See Also

Reference

HtmlAreaHyperlink Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace