TeamFoundationServer2012.TFSProjectCollectionTFSProjectCollection

TeamFoundationServer2012.TFSProjectCollection (ClassType)

Knowledge Base article:

Summary

Class that represents the TFS 2012 Project Collection. Each Project Collection contains 0 or more team projects, has its own database repository and can be configured for its own WSS/SharePoint server instance. Each Project Collection can also have one or more build Controllers and Agents assigned to it.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf2175492-69ea-036a-adb0-a84caca7ddc4

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.TFSProjectCollection:
TFSProjectCollectionName  string  TFS Project Collection Name true 256  False 
BaseWSURI  string  Base Web Service URI Base Web Service URI false 256  False 
TFSInstanceID  string  TFS Instance ID Installation Instance ID (GUID) of the TFS installation this Project Collection is associated with true 256  False 
ATServerNames  string  AT Server Names AT Tier Servers that are assigned to the installation this TPC is installed on false 255  False 

Health Model:

Source Code:

<ClassType ID="TeamFoundationServer2012.TFSProjectCollection" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="false" Singleton="false">
<Property ID="TFSProjectCollectionName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BaseWSURI" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="TFSInstanceID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ATServerNames" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>