Application.Recommended Property

 

True if the application is recommended for the user; otherwise, False.

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

Syntax

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

Property Value

Type: System.Boolean

Returns Boolean.

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top