Share via


TeamFoundationHostManagementService.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
Public ReadOnly Property IsHosted As Boolean
public bool IsHosted { get; }
public:
virtual property bool IsHosted {
    bool get () sealed;
}
abstract IsHosted : bool with get 
override IsHosted : bool with get
final function get IsHosted () : boolean

Property Value

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

Implements

ITeamFoundationHostManagementService.IsHosted

.NET Framework Security

See Also

Reference

TeamFoundationHostManagementService Class

Microsoft.TeamFoundation.Framework.Server Namespace