Citrix.Library.ServerApplicationCitrix Server Application

Citrix.Library.ServerApplication (ClassType)

An abstract Citrix application role describing a Citrix Presentation Server application installed on a server

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdca1e05f4-bbe7-a92f-7be2-3e3394115761

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 
Citrix.Library.ServerApplication:
Name  string  Server Name Name of the Citrix application software true 256  False 
Version  string  Version Version of the Citrix application software false 256  False 
Farm  string  Farm Name of the Citrix farm the server application belongs to false 256  False 
Zone  string  Zone Name of the Citrix zone the server application belongs to false 256  False 

Health Model:

Source Code:

<ClassType ID="Citrix.Library.ServerApplication" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Version" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Farm" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Zone" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>