PackageMetadata.IsInstalledRule Property

Retrieves the list of packages superseded by this package.

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

Usage

Syntax

'Declaration
Public ReadOnly Property IsInstalledRule As String
public string IsInstalledRule { get; }
public:
property String^ IsInstalledRule {
    String^ get ();
}
/** @property */
public String get_IsInstalledRule ()
public function get IsInstalledRule () : String

Property Value

An XML fragment describing how a client can determine whether

this package has been installed on the client.

Remarks

XML schemas used by this API are documented in the WSUS XML Schema Reference topic. The IsInstalled type is defined in the CSAPI Update Schema and references the abstract ApplicabilityRuleElement type. Types derived from ApplicabilityRuleElement are defined in the following schemas: Baseapplicabilityrules Schema, LogicalApplicabilityRules Schema, Msiapplicabilityrules Schema, and PatchApplicability Schema.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2

See Also

Reference

PackageMetadata Class
PackageMetadata Members
Microsoft.UpdateServices.ClientServicing Namespace