Share via


AccountHostMapping.Status Property

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

Syntax

'Declaration
Public Property Status As AccountHostMappingStatus
public AccountHostMappingStatus Status { get; set; }
public:
property AccountHostMappingStatus Status {
    AccountHostMappingStatus get ();
    void set (AccountHostMappingStatus value);
}
member Status : AccountHostMappingStatus with get, set
function get Status () : AccountHostMappingStatus 
function set Status (value : AccountHostMappingStatus)

Property Value

Type: Microsoft.VisualStudio.Services.Account.AccountHostMappingStatus

.NET Framework Security

See Also

Reference

AccountHostMapping Class

Microsoft.VisualStudio.Services.Account Namespace