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
- 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.