TeamFoundationServiceHost.DeploymentServiceHost Property
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 ReadOnly Property DeploymentServiceHost As DeploymentServiceHost
public DeploymentServiceHost DeploymentServiceHost { get; }
public:
property DeploymentServiceHost^ DeploymentServiceHost {
DeploymentServiceHost^ get ();
}
member 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.