FeatureListFeatureHealthCheck Members

Represents a security add-in element that is defined by the HealthCheck complex type. The FeatureListFeatureHealthCheck object contains the health checks for security components that are displayed on the Security Tab of the Windows SBS Console.

The following tables list the members exposed by the FeatureListFeatureHealthCheck type.

Public Constructors

  Name Description
FeatureListFeatureHealthCheck Initializes a new instance of the FeatureListFeatureHealthCheck class.

Top

Public Properties

  Name Description
public property Assembly Gets or sets the name of the assembly that is used to obtain health checks for a security component.
public property Class Gets or sets the name of the class that provides health checks for the security component.
public property Method Gets or sets the name of the method that provides health checks for the security component.
public property ResultFalse Gets or sets the FeatureListFeatureHealthCheckResultFalse object that defines the status to be used when the result of the script or method is false.
public property ResultTrue Gets or sets the FeatureListFeatureHealthCheckResultTrue object that defines the status to be used when the result of the script or method is true.
public property Script Gets or sets the script to be used to perform a health check for the security component.
public property Timeout Gets or sets the number of seconds before a timeout occurs.
public property Type Gets or sets the type of processing object that is used to obtain detail information about a security component.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

FeatureListFeatureHealthCheck Class
Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure Namespace