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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.