InstallableItem.IsInstallableApplicabilityRule Property

 

Applies To: Windows Server Update Services

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

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

Syntax

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

Property Value

Type: System.String

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

See Also

InstallableItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top