Share via


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 StringLeave Site^ Description {
        StringLeave Site^ get();
}
JScript public function get Description() : String

Property Value

System.String
A StringLeave Site object that describes the adapter to the user.

This property is read-only.