This documentation is archived and is not being maintained.
SoundPlayer::SoundLocation Property
Visual Studio 2010
Gets or sets the file path or URL of the .wav file to load.
Assembly: System (in System.dll)
Property Value
Type: System::StringThe file path or URL from which to load a .wav file, or String::Empty if no file path is present. The default is String::Empty.
This property is set to String::Empty when the Stream property is set to a Stream.
The following code example demonstrates the use of the SoundLocation property to assign the .wav file source to an instance of the SoundPlayer class. This code example is part of a larger example provided for the SoundPlayer class.
- FileIOPermission
for finding files. Associated enumeration: FileIOPermissionAccess::PathDiscovery
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: