Microsoft.SystemCenter.ConfigurationManager.PackagePacote

Microsoft.SystemCenter.ConfigurationManager.Package (ClassType)

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId42675cdb-a523-0ae7-63eb-af6c7a16940c

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       
Microsoft.SystemCenter.ConfigurationManager.Package:
PackageID  string  ID do Pacote ID do Pacote true 256  False     
Name  string  Nome Nome false 256  False     
Version  string  Versão Versão false 256  False     
Language  string  Idioma Idioma false 256  False     
Manufacturer  string  Fabricante Fabricante false 256  False     
Description  string  Descrição Descrição false 256  False     
SourceSite  string  Site de Origem O código do site onde o pacote teve origem false 256  False     
Publish  bool  Publicar Pacote publicado false 256    false   

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.ConfigurationManager.Package" Accessibility="Public" Base="System!System.ConfigItem">
<Property ID="PackageID" Type="string" Key="true"/>
<Property ID="Name" Type="string"/>
<Property ID="Version" Type="string"/>
<Property ID="Language" Type="string"/>
<Property ID="Manufacturer" Type="string"/>
<Property ID="Description" Type="string"/>
<Property ID="SourceSite" Type="string"/>
<Property ID="Publish" Type="bool" DefaultValue="false"/>
</ClassType>