Application.Enabled Property

 

True if the application is enabled. False if the application is disabled.

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

Syntax

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

Property Value

Type: System.Boolean

Returns Boolean.

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top