Application Constructor (IObjectId)

 

Initializes an instance of the Application class by using the specified ID.

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

Syntax

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

Parameters

  • id
    Type: Microsoft.ConfigurationManagement.ApplicationManagement.IObjectId

    ID of the new application.

See Also

Application Overload
Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top