Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Default constructor for the abstract base class SPHealthAnalysisRule.
Namespace: Microsoft.SharePoint.Administration.Health
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New
'Usage
Dim instance As New SPHealthAnalysisRule()
protected SPHealthAnalysisRule()
Remarks
The SharePoint Health Analyzer creates an instance of a rule before running it. When it instantiates the rule, it calls the parameterless default constructor for the derived class that defines the rule. The default constructor for the base class is called implicitly when the default constructor of the derived class is called, regardless whether the derived class has implemented a parameterless constructor.