DeviceProperties.VendorIdentityProductId Property (Microsoft.DirectX.DirectInput)

Read-only device property that retrieves the vendor identity (ID) and product ID of a HID device.

Definition

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

Property Value

System.Int32

This property is read-only.