WindowsUpdateItem.Category Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating the categoric classification of an update.
public:
property Platform::String ^ Category { Platform::String ^ get(); };
winrt::hstring Category();
public string Category { get; }
var string = windowsUpdateItem.category;
Public ReadOnly Property Category As String
Property Value
A value indicating the categoric classification of an update. Classifications include "Feature", "Quality", "Driver", "Definition", and "Other".