Share via


AdapterDetails.DeviceName Property (Microsoft.DirectX.Direct3D)

Retrieves a string that contains the device name for a Microsoft Windows Graphics Device Interface (GDI).

Definition

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

Property Value

System.String
A StringLeave Site object that contains the name of the device.

This property is read-only.