InstallableItem.IsSupersededApplicabilityRule Property

 

Applies To: Windows Server Update Services

Gets or sets the rules for determining whether or not this item is superseded by another update on a given computer.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public string IsSupersededApplicabilityRule { get; set; }
public:
property String^ IsSupersededApplicabilityRule {
    String^ get();
    void set(String^ value);
}
member IsSupersededApplicabilityRule : string with get, set
Public Property IsSupersededApplicabilityRule As String

Property Value

Type: System.String

The rules for determining whether or not this item is superseded by another update on a given computer.

See Also

InstallableItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top