Share via


DeploymentType Constructor (IObjectId)

 

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

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

Syntax

public DeploymentType(
    IObjectId id
)
public:
DeploymentType(
    IObjectId^ id
)
Public Sub New (
    id As IObjectId
)

Parameters

  • id
    Type: Microsoft.ConfigurationManagement.ApplicationManagement.IObjectId

    The object ID.

See Also

DeploymentType Overload
DeploymentType Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top