AVIcode.DotNet.SystemCenter.Client.WebApplicationuX Application

AVIcode.DotNet.SystemCenter.Client.WebApplication (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId78c8254d-1e42-e198-e7fc-6412b77a55b4

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
AVIcode.DotNet.SystemCenter.Client.WebApplication:
ApplicationName  string  Application Name Name of the uX Application true 256  False 
IISApplicationName  string  IIS Application Name Name of the uX Application in IIS false 256  False 
SEViewerComputerDetail  string  Computer Detail View Defines the URL to the computer detail view. false 3000  False 
SEViewerApplicationDetail  string  Application Detail View Defines the URL to the application detail view. false 3000  False 
CollectorLocation  string  Reserved Reserved false 256  False 
CollectorPath  string  Reserved Reserved false 256  False 

Health Model:

Source Code:

<ClassType ID="AVIcode.DotNet.SystemCenter.Client.WebApplication" Base="System!System.LogicalEntity" Abstract="true" Accessibility="Public" Hosted="true" Singleton="false">
<Property ID="ApplicationName" Type="string" CaseSensitive="false" Key="true" MaxLength="256"/>
<Property ID="IISApplicationName" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="SEViewerComputerDetail" Type="string" CaseSensitive="false" Key="false" MaxLength="3000"/>
<Property ID="SEViewerApplicationDetail" Type="string" CaseSensitive="false" Key="false" MaxLength="3000"/>
<Property ID="CollectorLocation" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="CollectorPath" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
</ClassType>