Application.DisplaySupersedes Property

 

True if the application will be displayed in the Application Catalog even if the application has been superseded by another application; otherwise, False.

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

Syntax

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

Property Value

Type: System.Boolean

Returns Boolean.

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top