AccountHostMapping Class
A mapping of a host to a hosting account. Used to track both associations and pre-created hosts available for assignment.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Services.Account.AccountHostMapping
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public NotInheritable Class AccountHostMapping
public sealed class AccountHostMapping
public ref class AccountHostMapping sealed
[<Sealed>]
type AccountHostMapping = class end
public final class AccountHostMapping
The AccountHostMapping type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AccountHostMapping |
Top
Properties
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 |
Top
Methods
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.) |
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.