Microsoft.Windows.SoftwareUpdateActualização de Software da Microsoft

Microsoft.Windows.SoftwareUpdate (ClassType)

Define as propriedades básicas das actualizações de software da Microsoft, incluindo as actualizações críticas e de segurança

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTG) Description (PTG) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome a Apresentar Nome a apresentar do objecto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Estado do Objecto Estado do objecto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Estado do Recurso Estado do recurso false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
System.SoftwareUpdate:
Vendor  string  Fornecedor Fornecedor true 256  False     
Title  string  Título Título true 256  False     
Microsoft.Windows.SoftwareUpdate:
ArticleID  string  Identificador do Artigo Identificador do Artigo false 256  False     
BulletinID  string  Identificador do Boletim Identificador do Boletim false 256  False     
Parent  string  Principal Principal false 256  False     
ParentVersion  string  Versão Principal Versão Principal false 256  False     
SupportString  string  Cadeia de Suporte Cadeia de Suporte false 256  False     
Classification  string  Classificação Classificação 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>