Share via


ITeamFoundationHostManagementService.IsHosted Property

Indicates whether the DeploymentType is Cloud or DevFabric.

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

Syntax

'Declaration
ReadOnly Property IsHosted As Boolean
bool IsHosted { get; }
property bool IsHosted {
    bool get ();
}
abstract IsHosted : bool with get
function get IsHosted () : boolean

Property Value

Type: System.Boolean
true if the deployment type is Cloud or DevFabric; otherwise false.

.NET Framework Security

See Also

Reference

ITeamFoundationHostManagementService Interface

Microsoft.TeamFoundation.Framework.Server Namespace