ProductType Class

This class represents a type of a product (for example, a printer, a scanner, and so on).

Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel

Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)

Usage

Visual Basic

Dim instance As ProductType

Syntax

Visual Basic

<DataContractAttribute> _

Public MustInherit Class ProductType

C#

[DataContractAttribute]

public abstract class ProductType

Inheritance Hierarchy

System.Object

Microsoft.Windows.Kits.Hardware.ObjectModel.ProductType

Remarks

A product type consists of a group of features.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.