Microsoft.Windows.SoftwareUpdateMicrosoft Software Update

Microsoft.Windows.SoftwareUpdate (ClassType)

Defines the basic properties of Microsoft software updates, including critical and security updates

Element properties:

Base ClassSystem.SoftwareUpdate
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId135b25c7-fdca-c448-8c97-3bdc5d446133

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
System.SoftwareUpdate:
Vendor  string  Vendor Vendor true 256  False     
Title  string  Title Title true 256  False     
Microsoft.Windows.SoftwareUpdate:
ArticleID  string  Article Identifier Article Identifier false 256  False     
BulletinID  string  Bulletin Identifier Bulletin Identifier false 256  False     
Parent  string  Parent Parent false 256  False     
ParentVersion  string  Parent Version Parent Version false 256  False     
SupportString  string  Support String Support String false 256  False     
Classification  string  Classification Classification false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.SoftwareUpdate" Base="Software!System.SoftwareUpdate" Accessibility="Public" Hosted="false" Abstract="false">
<Property ID="ArticleID" Type="string"/>
<Property ID="BulletinID" Type="string"/>
<Property ID="Parent" Type="string"/>
<Property ID="ParentVersion" Type="string"/>
<Property ID="SupportString" Type="string"/>
<Property ID="Classification" Type="string"/>
<!--Property ID="Classification" Type="enum" EnumType="Classification"/-->
</ClassType>