Share via


SecurityFeature.IsInstalled Property

Gets the status of the installation of a security component that is returned from the health checks.

Namespace: Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure
Assembly: SHInfra (in shinfra.dll)

Usage

Syntax

'Declaration
Public ReadOnly Property IsInstalled As Boolean
public bool IsInstalled { get; }
public:
property bool IsInstalled {
    bool get ();
}
/** @property */
public boolean get_IsInstalled ()
public function get IsInstalled () : boolean

Property Value

true if none of the health checks return NotInstalled; otherwise, false.

Remarks

This property supports the infrastructure and is not intended to be used directly from your code.

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

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

SecurityFeature Class
SecurityFeature Members
Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure Namespace