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
override Src : string
function get Src () : String

Property Value

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

.NET Framework Security

See Also

Reference

HtmlImage Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace