Microsoft.Windows.SoftwareUpdateActualización de software de Microsoft

Microsoft.Windows.SoftwareUpdate (ClassType)

Define las propiedades básicas de las actualizaciones de software de Microsoft, incluidas las actualizaciones críticas y de seguridad

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar del objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Estado de objeto Estado de objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Estado de activo Estado de activo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
System.SoftwareUpdate:
Vendor  string  Proveedor Proveedor true 256  False     
Title  string  Título Título true 256  False     
Microsoft.Windows.SoftwareUpdate:
ArticleID  string  Identificador de artículo Identificador de artículo false 256  False     
BulletinID  string  Identificador de boletín Identificador de boletín false 256  False     
Parent  string  Primario Primario false 256  False     
ParentVersion  string  Versión primaria Versión primaria false 256  False     
SupportString  string  Cadena de soporte Cadena de soporte false 256  False     
Classification  string  Clasificación Clasificación 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>