Share via


DeploymentType Constructor (String)

 

Initializes a new instance of the DeploymentType class by using a specific technology.

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

Syntax

public DeploymentType(
    string technologyId
)
public:
DeploymentType(
    String^ technologyId
)
Public Sub New (
    technologyId As String
)

Parameters

See Also

DeploymentType Overload
DeploymentType Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top