Microsoft.JEE.ApplicationAplicación

Microsoft.JEE.Application (ClassType)

Una case abstracta que contiene propiedades comunes de las aplicaciones.

Element properties:

Base ClassSystem.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdabd082ca-ef61-99df-efe0-6ef8736fce98

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       
Microsoft.JEE.Application:
ApplicationName  string  Nombre de aplicación El nombre de una aplicación. false 256  True     
j2eeType  string  Tipo de J2EE El tipo de J2EE de una aplicación false 32  True     
ObjectName  string  Nombre de objeto El nombre de objeto de una aplicación. true 512  True     

Health Model:

Source Code:

<ClassType ID="Microsoft.JEE.Application" Abstract="false" Accessibility="Public" Hosted="true" Base="System!System.ApplicationComponent">
<Property ID="ApplicationName" Type="string" CaseSensitive="true" MaxLength="256" MinLength="0"/>
<Property ID="j2eeType" Type="string" CaseSensitive="true" MaxLength="32" MinLength="0"/>
<Property ID="ObjectName" Type="string" Key="true" CaseSensitive="true" MaxLength="512" MinLength="0"/>
</ClassType>