Share via


HtmlMedia.CurrentSrc Property

Gets the current source of the media.

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

Syntax

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

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

HtmlMedia Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace