Share via


DeploymentType Constructor (IObjectId, String)

 

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

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

Syntax

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

Parameters

  • objId
    Type: Microsoft.ConfigurationManagement.ApplicationManagement.IObjectId

    The object ID.

See Also

DeploymentType Overload
DeploymentType Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top