TeamFoundationServiceHostProperties Class

This is our internal TeamFoundationServiceHostProperties implementation used to drive the Deployment, Application, and Collection hosts.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.HostProperties
    Microsoft.TeamFoundation.Framework.Server.TeamFoundationServiceHostProperties

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Class TeamFoundationServiceHostProperties _
    Inherits HostProperties
public class TeamFoundationServiceHostProperties : HostProperties
public ref class TeamFoundationServiceHostProperties : public HostProperties
type TeamFoundationServiceHostProperties =  
    class 
        inherit HostProperties 
    end
public class TeamFoundationServiceHostProperties extends HostProperties

The TeamFoundationServiceHostProperties type exposes the following members.

Constructors

  Name Description
Public method TeamFoundationServiceHostProperties()
Public method TeamFoundationServiceHostProperties(TeamFoundationServiceHostProperties)
Public method TeamFoundationServiceHostProperties(Guid, Guid, String, String, String, String, String, String, String, String, TeamFoundationServiceHostStatus, String, TeamFoundationHostType, Int32)
Public method TeamFoundationServiceHostProperties(Guid, Guid, String, String, String, String, String, String, String, String, TeamFoundationServiceHostStatus, String, TeamFoundationHostType, Int32, DateTime)

Top

Properties

  Name Description
Public property Authority (Inherited from HostProperties.)
Public property Children
Public property ChildrenHosts
Public property ConnectionString (Inherited from HostProperties.)
Public property DatabaseId (Inherited from HostProperties.)
Public property Description (Inherited from HostProperties.)
Public property HostType (Inherited from HostProperties.)
Public property HostTypeValue (Inherited from HostProperties.)
Public property Id (Inherited from HostProperties.)
Public property LastUserAccess (Inherited from HostProperties.)
Public property Name (Inherited from HostProperties.)
Public property ParentId (Inherited from HostProperties.)
Public property PhysicalDirectory (Inherited from HostProperties.)
Public property PlugInDirectory (Inherited from HostProperties.)
Public property Registered (Inherited from HostProperties.)
Public property ResourceDirectory (Inherited from HostProperties.)
Public property ServicingDetails
Public property Status (Inherited from HostProperties.)
Public property StatusReason (Inherited from HostProperties.)
Public property VirtualDirectory (Inherited from HostProperties.)

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString (Overrides Object.ToString().)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace