Citrix.Library.ServerApplicationApplication de serveur Citrix

Citrix.Library.ServerApplication (ClassType)

Rôle d'application Citrix décrivant une application Citrix Presentation Server installée sur un serveur

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 (FRL) Description (FRL) 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  Nom du serveur Nom du logiciel applicatif Citrix true 256  False 
Version  string  Version Version du logiciel applicatif Citrix false 256  False 
Farm  string  Batterie Nom de la batterie Citrix à laquelle l'application de serveur appartient false 256  False 
Zone  string  Zone Nom de la zone Citrix à laquelle l'application de serveur appartient 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>