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 (PTB) Description (PTB) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Status do Objeto Status do objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Status do Ativo Status do ativo 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 no qual o pacote foi originado 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>