DeviceInformation.Description Property (Microsoft.DirectX.DirectSound)

Retrieves a textual description of the Microsoft DirectSound device.

Definition

Visual Basic Public ReadOnly Property Description As String
C# public string Description { get; }
C++ public:
property StringLeave Site^ Description {
        StringLeave Site^ get();
}
JScript public function get Description() : String

Property Value

System.String
A textual description of the DirectSound device.

This property is read-only.