Application.AutoInstall Property

 

True if the application can be installed from the install application task sequence action, otherwise, False.

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

Syntax

public bool AutoInstall { get; set; }
public:
property bool AutoInstall {
    bool get();
    void set(bool value);
}
Public Property AutoInstall As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top