Share via


DeviceInstance.ProductGuid Property (Microsoft.DirectX.DirectInput)

Unique identifier for the product. This identifier is established by the manufacturer of the device.

Definition

Visual Basic Public ReadOnly Property ProductGuid As GuidLeave Site
C# public GuidLeave Site ProductGuid { get; }
C++ public:
property GuidLeave Site ProductGuid {
        GuidLeave Site get();
}
JScript public function get ProductGuid() : GuidLeave Site

Property Value

System.Guid

This property is read-only.