This documentation is archived and is not being maintained.
AccountHostMapping Class
Visual Studio 2013
A mapping of a host to a hosting account. Used to track both associations and pre-created hosts available for assignment.
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The AccountHostMapping type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AccountId | Obsolete. The hosting account the host is assigned to, or null if the host is pre-created and not yet assigned. |
![]() | Collation | The Collation of the host. |
![]() | HostId | The hostId of a team project collection or pre-created hosting account. |
![]() | LastUpdated | Timestamp of last updated. |
![]() | Lcid | The Lcid of the host. |
![]() | MappingFlags | Details about mapping, such as whether the host was pre-created and assigned, or created on demand. |
![]() | Status |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
