Share via


DeploymentType Constructor (Installer, String, String)

 

Initializes a new instance of the DeploymentType class by using a specific installer type, technology, and hosting technology.

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Syntax

public DeploymentType(
    Installer installer,
    string technologyId,
    string hostingTechId
)
public:
DeploymentType(
    Installer^ installer,
    String^ technologyId,
    String^ hostingTechId
)
Public Sub New (
    installer As Installer,
    technologyId As String,
    hostingTechId As String
)

Parameters

See Also

DeploymentType Overload
DeploymentType Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top