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.

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

  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

(see also Protected Methods)
 NameDescription
public methodEquals  Overloaded. (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodstaticReferenceEquals  (Inherited from Object)
public methodToString  (Inherited from Object)
Top

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

Show: