Share via


FeatureHealthReport.FeatureWorstHealthyChecks Property

Retrieves the health checks that are associated with the status of a security component.

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

Usage

Syntax

'Declaration
Public ReadOnly Property FeatureWorstHealthyChecks As Collection(Of HealthCheckResult)
public Collection<HealthCheckResult> FeatureWorstHealthyChecks { get; }
public:
property Collection<HealthCheckResult^>^ FeatureWorstHealthyChecks {
    Collection<HealthCheckResult^>^ get ();
}
/** @property */
public Collection<HealthCheckResult> get_FeatureWorstHealthyChecks ()
public function get FeatureWorstHealthyChecks () : Collection<HealthCheckResult>

Property Value

An instance of Collection.

Remarks

The health checks that are returned represent the worst status that is associated with a security component. For example, if a health check returns a status of Warning and a health check returns a status of Critical, the health check associated with the Critical status will be returned.

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

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