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.
Retrieves the deployment service host associated with the current host. For Deployment, Application and Collection hosts this should never return null.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DeploymentServiceHost As DeploymentServiceHost
public virtual DeploymentServiceHost DeploymentServiceHost { get; }
public:
virtual property DeploymentServiceHost^ DeploymentServiceHost {
DeploymentServiceHost^ get ();
}
abstract DeploymentServiceHost : DeploymentServiceHost with get
override DeploymentServiceHost : DeploymentServiceHost with get
function get DeploymentServiceHost () : DeploymentServiceHost
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.DeploymentServiceHost
Returns DeploymentServiceHost.
.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.