IHTMLMediaElement.muted Property

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

Syntax

'Declaration
Property muted As Boolean
bool muted { get; set; }
property bool muted {
    bool get ();
    void set (bool value);
}
abstract muted : bool with get, set
function get muted () : boolean 
function set muted (value : boolean)

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

IHTMLMediaElement Interface

mshtml Namespace