SyncJobsRule members
Defines the health rule that detects when sync jobs are disabled.
The SyncJobsRule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SyncJobsRule | Initializes a new instance of a SyncJobsRule object. |
Top
Properties
Name | Description | |
---|---|---|
AutomaticExecutionParameters | Gets a value that specifies how often and where the rule is run automatically via the timer service. (Overrides SPHealthAnalysisRule.AutomaticExecutionParameters.) | |
Category | Gets the category for the health rule. (Overrides SPHealthAnalysisRule.Category.) | |
CustomCategory | (Inherited from SPHealthAnalysisRule.) | |
ErrorLevel | Gets the default severity of errors returned by the rule. (Overrides SPHealthAnalysisRule.ErrorLevel.) | |
Explanation | Gets a more detailed description of the problem detected by the rule. (Overrides SPHealthAnalysisRule.Explanation.) | |
KnowledgeBaseArticleId | Gets a knowledge base article that contains additional information about the rule. (Overrides SPHealthAnalysisRule.KnowledgeBaseArticleId.) | |
Remedy | Gets a set of manual steps an administrator can perform to repair the problem detected by the rule. (Overrides SPHealthAnalysisRule.Remedy.) | |
Summary | Gets a brief summary of the defined problem for which the rule is checking. (Overrides SPHealthAnalysisRule.Summary.) | |
Version | (Inherited from SPHealthAnalysisRule.) |
Top
Methods
Name | Description | |
---|---|---|
Check | Detects if a synchronous translation is disabled. (Overrides SPHealthAnalysisRule.Check().) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top