Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This property represents the description of a ProductType.
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
Dim value As String
value = instance.Description
Syntax
Visual Basic
Public MustOverride ReadOnly Property Description As String
C#
public abstract string Description { get; }
Property Value
Returns String.
Remarks
The data can be in HTML format.
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.