Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.