[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a management pack element that is defined by the ManagementPackKnowledgeArticle complex type. This type defines a knowledge article for a specific element or subelement in the management pack. The knowledge article is either in HTML format or XML format (Microsoft Assistance Markup Language, or MAML).

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

Public Constructors

  Name Description
ManagementPackKnowledgeArticle Overloaded.  
Top

Public Properties (see also Protected Properties)

  Name Description
public property ElementReference  Gets a reference to the management pack element. (inherited from ManagementPackElementInfo)
public property HtmlContent Gets or sets an HTML-based knowledge article. Any HTML can be used. HTML articles are generated when an Operations Manager 2005 management pack is converted.
public property Id  Gets an ID for the management pack element information. (inherited from ManagementPackElementInfo)
public property LanguageCode Gets the three-letter language code for the language pack used by the knowledge article.
public property LastModified  Gets the time (UTC time) when the item was last modified. (inherited from ManagementPackItem)
public property MamlContent Gets or sets an XML-based knowledge article using the Microsoft Assistance Markup Language (MAML) schema.
public property ManagementGroup  Gets the management group. (inherited from ManagementPackElementInfo)
public property ManagementGroupId  Gets the management group ID. (inherited from ManagementPackElementInfo)
public property Status  Gets the current status of the item. (inherited from ManagementPackItem)
public property SubElementName  Gets the name of the child element to this management pack element. (inherited from ManagementPackElementInfo)
public property TimeAdded  Gets the time (UTC time) when the item was created. (inherited from ManagementPackItem)
public property Visible Gets or sets a Boolean value that determines whether this knowledge article should be visible to the user.
public property XmlTag Overridden. Gets the XML element tag that is defined by this type.
Top

Protected Properties

  Name Description
protected property memberstatus  Gets or sets the status of this item. (inherited from ManagementPackItem)
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  Overloaded. (inherited from ManagementPackElementInfo)
public method GetHashCode  Gets the hash code for this object. (inherited from ManagementPackElementInfo)
public method GetManagementPack  Gets the management pack that contains this object. (inherited from ManagementPackElementInfo)
public method GetType  (inherited from Object)
public method Reconnect Overloaded.  
public methodstatic ReferenceEquals  (inherited from Object)
public method ToString  Returns the name of the management pack element that this object contains information about. (inherited from ManagementPackElementInfo)
Top

Protected Methods

  Name Description
protected method AddIdentityString Overridden. Defines how the identity is added to the knowledge article object.
protected method AddPendingChange  Adds this object to the list of objects being changed for the host management pack. (inherited from ManagementPackElementInfo)
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
protected method PostProcessChange  (inherited from ManagementPackItem)
protected method ReadAttributes Overridden. Reads the attributes from this management pack element.
protected method ReadElements Overridden. Reads the child elements from this management pack element.
protected method UpdateCollection  (inherited from ManagementPackItem)
protected method WriteAttributes Overridden. Writes the attributes of this management pack element.
protected method WriteElements Overridden. Writes the child elements to this management pack element.
Top

See Also


Send comments about this topic to Microsoft.