System.NetworkManagement.ApplicationServiceApplication Service

System.NetworkManagement.ApplicationService (ClassType)

This class represents the Application Service

Element properties:

Base ClassSystem.LocalApplication
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf3f75541-9acb-8adf-e5e1-c669565900e1

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
System.NetworkManagement.ApplicationService:
Description  string  Description A textual description of the object false 256  True     
Key  string  Application Service Key The key of the application service true 256  True     
ServiceKey  string  Service Key A unique value that distinguishes this service from other services within the scope of the containing system false 256  True     

Health Model:

Source Code:

<ClassType ID="System.NetworkManagement.ApplicationService" Accessibility="Public" Abstract="false" Base="System!System.LocalApplication" Hosted="true" Singleton="false">
<Property ID="Description" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="Key" Type="string" Key="true" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="ServiceKey" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
</ClassType>