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:
property bool IsHosted {
    bool get ();
}
member 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

TeamFoundationHostManagementService Class

Microsoft.TeamFoundation.Framework.Server Namespace