Share via


MediaAction.MuteWrapper Property

 

Used for serialization

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

public string MuteWrapper { get; set; }
public:
property String^ MuteWrapper {
    String^ get();
    void set(String^ value);
}
member MuteWrapper : string with get, set
Public Property MuteWrapper As String

Property Value

Type: System.String

Returns String.

See Also

MediaAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top