Share via


HtmlImage.Src Property

Gets the value of the SRC attribute of this control.

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

Syntax

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

Property Value

Type: String
The value of the SRC attribute of this control.

.NET Framework Security

See Also

Reference

HtmlImage Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace