Proprietà MediaAction.MuteWrapper
Utilizzato per la serializzazione
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintassi
'Dichiarazione
Public Property MuteWrapper As String
public string MuteWrapper { get; set; }
public:
property String^ MuteWrapper {
String^ get ();
void set (String^ value);
}
member MuteWrapper : string with get, set
function get MuteWrapper () : String
function set MuteWrapper (value : String)
Valore proprietà
Tipo: String
Restituisce String.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common