Requirement Class
This class represents a single certification requirement.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel
Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual Basic
Dim instance As Requirement
Syntax
Visual Basic
Public MustInherit Class Requirement
C#
public abstract class Requirement
Remarks
Requirements are the published device or system requirements that are defined for certification.
Requirements map to features and can also be associated with a test.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Kits.Hardware.ObjectModel.Requirement
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.