InstallableItem.IsInstalledApplicabilityRule Property

 

Applies To: Windows Server Update Services

Gets or sets the rules for determining whether or not this item is already installed on a given computer.

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

Syntax

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

Property Value

Type: System.String

The rules for determining whether or not this item is already installed on a given computer.

See Also

InstallableItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top