Partilhar via


MediaAction.MuteWrapper Propriedade

 

Usado para serialização

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

Sintaxe

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

Valor de propriedade

Type: System.String

Retorne String.

Consulte também

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

Retornar ao topo