TeamFoundationServer2012.TFSWebAccessTFS Web Access Portal

TeamFoundationServer2012.TFSWebAccess (ClassType)

Knowledge Base article:

Summary

TFS Web Access provides web based access to the TFS assets.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId73ff6baa-a4ce-7fa5-b3da-6cae221b0f44

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 
TeamFoundationServer2012.TFSWebAccess:
ServiceName  string  Service Name true 256  False 
InstalledPort  string  Installed Port Port that the TFS instance is installed on, default port is 8080, but if a non-default port is used it will be entered as an override to the discovery and copied to this object during the discovery phase. false  False 
VirtualDirectory  string  Virtual Directory The virtual directory that TFS is installed in false 256  False 
useSSL  bool  Use SSL Use SSL for web services, this is an SSL only TFS installation with no non-SSL bindings available. false 256   

Health Model:

Source Code:

<ClassType ID="TeamFoundationServer2012.TFSWebAccess" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="ServiceName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="InstalledPort" Type="string" Key="false" CaseSensitive="false" Length="6" MinLength="0"/>
<Property ID="VirtualDirectory" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="useSSL" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>