AdapterInformation.Adapter Property (Microsoft.DirectX.Direct3D)
Retrieves the adapter ordinal number.
Definition
Visual Basic Public ReadOnly Property Adapter As Integer C# public int Adapter { get; } C++ public:
property int Adapter {
int get();
}JScript public function get Adapter() : int
Property Value
System.Int32
Integer that specifies the adapter to retrieve.This property is read-only.