Microsoft.Forefront.TMG.ServerTMG Server

Microsoft.Forefront.TMG.Server (ClassType)

An instance of this class represents a Microsoft Forefront TMG Server

Element properties:

Base ClassMicrosoft.Forefront.TMG.ServerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde4a5e0db-46af-a63b-2fd2-07b8c9f9b0fc

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 
Microsoft.Forefront.TMG.Server:
Version  string  Version TMG Server Version false 256  False 
Type  string  Type Type of this TMG Server Installation false 256  False 
Description  string  Description Description of this TMG Server false 256  False 
DateCreated  datetime  Date Created Creation Date for this TMG Server false 256   
InstallationDirectory  string  Installation Directory The TMG Server Installation Directory false 256  False 
HostID  int  Host ID The Host ID for this TMG Server false 256   
IntraArrayIP  string  Intra Array IP The IP address used for intra-array communication false 256  False 
RemoteCommunication  string  Remote Communication Hostname / IP Address The IP address or hostname used for remote communication false 256  False 
ArrayMembershipName  string  Array Membership: Array Name Name of the Array the TMG Server is a member of false 256  False 
ArrayMembershipPersistentName  guid  Array Membership: Persistent Name GUID of the TMG Array false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Forefront.TMG.Server" Accessibility="Public" Abstract="false" Base="Microsoft.Forefront.TMG.ServerRole" Hosted="true" Singleton="false">
<Property ID="Version" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Type" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DateCreated" Type="datetime" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="InstallationDirectory" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HostID" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IntraArrayIP" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RemoteCommunication" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ArrayMembershipName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ArrayMembershipPersistentName" Type="guid" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>