InstallableItemWithServerInformation.IsInstalledApplicabilityRule Property 

[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Retrieves or sets the InInstalled applicability rules of this installable item.

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Syntax

'Declaration
Public Property IsInstalledApplicabilityRule As String
'Usage
Dim instance As InstallableItemWithServerInformation
Dim value As String

value = instance.IsInstalledApplicabilityRule

instance.IsInstalledApplicabilityRule = value
public string IsInstalledApplicabilityRule { get; set; }
public:
property String^ IsInstalledApplicabilityRule {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_IsInstalledApplicabilityRule ()

/** @property */
public void set_IsInstalledApplicabilityRule (String value)
public function get IsInstalledApplicabilityRule () : String

public function set IsInstalledApplicabilityRule (value : String)

Property Value

Rules for determining whether or not this item is installed on a given computer.

Platforms

Windows Server 2003

See Also

Reference

InstallableItemWithServerInformation Class
InstallableItemWithServerInformation Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.