Share via


SecurityFeature.HealthReport Property

Gets the status of a security component based on the collection of health checks that have been assigned to the security component.

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

Usage

Syntax

'Declaration
Public ReadOnly Property HealthReport As FeatureHealthReport
public FeatureHealthReport HealthReport { get; }
public:
property FeatureHealthReport^ HealthReport {
    FeatureHealthReport^ get ();
}
/** @property */
public FeatureHealthReport get_HealthReport ()
public function get HealthReport () : FeatureHealthReport

Property Value

An instance of FeatureHealthReport.

Remarks

This method 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