AdapterDetails.Description Property (Microsoft.DirectX.Direct3D)
Retrieves a string used for presentation to the user.
Definition
Visual Basic Public ReadOnly Property Description As String C# public string Description { get; } C++ public:
property String^ Description {
String^ get();
}JScript public function get Description() : String
Property Value
System.String
A String object that describes the adapter to the user.This property is read-only.