Microsoft.SystemCenter.ConfigurationManager.ProgramProgramma

Microsoft.SystemCenter.ConfigurationManager.Program (ClassType)

Programma di distribuzione del software

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf2a4d7ab-7e76-5ec9-d05f-1f1b9bafda78

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stato oggetto Stato dell'oggetto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stato risorsa Stato della risorsa false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Note Note false 4000       
Microsoft.SystemCenter.ConfigurationManager.Program:
ProgramId  string      true 256  False     
DisplayName  string  Nome visualizzato Nome visualizzato di un programma di distribuzione del software false 256  False     
ProgramName  string  Nome programma Nome del programma di distribuzione del software false 256  False     
ProgramDescription  string  Descrizione Descrizione del programma di distribuzione del software false 256  False     
Comment  string  Commento Commento del programma di distribuzione del software false 256  False     
Command  string  Comando Comando del programma di distribuzione del software false 256  False     
MSIFilePath  string  Percorso file MSI Percorso del file MSI in un programma di distribuzione del software false 256  False     
SourceSiteCode  string  Sito di origine Codice del sito di origine del programma di distribuzione del software false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.ConfigurationManager.Program" Accessibility="Public" Base="System!System.ConfigItem" Hosted="true" Abstract="false">
<Property ID="ProgramId" Type="string" Key="true"/>
<Property ID="DisplayName" Type="string"/>
<Property ID="ProgramName" Type="string" Required="true"/>
<Property ID="ProgramDescription" Type="string"/>
<Property ID="Comment" Type="string"/>
<Property ID="Command" Type="string"/>
<Property ID="MSIFilePath" Type="string"/>
<Property ID="SourceSiteCode" Type="string"/>
</ClassType>