HttpBrowserCapabilities.BackgroundSounds Proprietà
Definizione
Ottiene un valore che indica se il browser client supporta i suoni di sottofondo.Gets a value indicating whether the client browser supports background sounds.
public:
property bool BackgroundSounds { bool get(); };
public bool BackgroundSounds { get; }
member this.BackgroundSounds : bool
Public ReadOnly Property BackgroundSounds As Boolean
Valore della proprietà
true
Se il client browser supporta i suoni in background; in caso contrario, false
.true
if the browser client supports background sounds; otherwise, false
. Il valore predefinito è false
.The default is false
.