Share via


AdapterDetails.Revision Property (Microsoft.DirectX.Direct3D)

Retrieves a value used to help identify the revision level of a particular chip set.

Definition

Visual Basic Public ReadOnly Property Revision As Integer
C# public int Revision { get; }
C++ public:
property int Revision {
        int get();
}
JScript public function get Revision() : int

Property Value

System.Int32
Value used to help identify the revision level of the chip set.

This property is read-only. 

Remarks

The value can be zero if it is unknown.

The VendorId, DeviceId, SubSystemId, and Revision members can be used in tandem to identify particular chip sets. However, these members should be used with caution.