AdapterDetails.DriverName Property

Language:

Retrieves a string that is used to present the driver name to the user.

Definition

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

Property Value

System.String
A String Leave Site object that contains the driver name.

This property is read-only. 

Remarks

This member should not be used to identify particular drivers, because many different strings might be associated with the same device and driver from different vendors.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center