Share via


DeploymentType.Installer Property

 

Type of installer that is used for the deployment type.

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

Syntax

public Installer Installer { get; internal set; }
public:
property Installer^ Installer {
    Installer^ get();
    internal: void set(Installer^ value);
}
Public Property Installer As Installer
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.ConfigurationManagement.ApplicationManagement.Installer

Returns Installer.

See Also

DeploymentType Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top