TeamFoundationExecutionEnvironment.IsOnPremisesDeployment Property

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

Syntax

'Declaration
Public ReadOnly Property IsOnPremisesDeployment As Boolean
public bool IsOnPremisesDeployment { get; }
public:
property bool IsOnPremisesDeployment {
    bool get ();
}
member IsOnPremisesDeployment : bool with get
function get IsOnPremisesDeployment () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

TeamFoundationExecutionEnvironment Structure

Microsoft.TeamFoundation.Framework.Server Namespace