SPHealthAnalysisRule.KnowledgeBaseArticleId Property
Gets the identifier for an article pertaining to the problem in the Microsoft Knowledge Base.
Namespace: Microsoft.SharePoint.Administration.Health
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property KnowledgeBaseArticleId As Long
Get
'Usage
Dim instance As SPHealthAnalysisRule
Dim value As Long
value = instance.KnowledgeBaseArticleId
public virtual long KnowledgeBaseArticleId { get; }
Property Value
Type: System.Int64
Zero if an article is not available. Otherwise, the identifier for a KB article.
Remarks
If the property returns a non-zero value, a link to the KB article is appended to the text of the Remedy on the form that describes the problem and its solution.