MediaAction.Mute Property
Gets or sets the value of mute.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public bool Mute { get; set; }
public:
property bool Mute {
bool get();
void set(bool value);
}
member Mute : bool with get, set
Public Property Mute As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
MediaAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top