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

Contains all the resources in a management pack.

Schema Hierarchy

ManagementPack
  Resources

Syntax

Xml
<Resources>
  <Resource ID=”ID” Comment=”String” Accessibility=”Public/Private” FileName=”string” HasNullStream=”True/False”/>
  <Assembly ID=”ID” Comment=”String” Accessibility=”Public/Private” FileName=”string” HasNullStream=”True/False” QualifiedName=”String”>…</Assembly>
  <ReportResource ID=”ID” Comment=”String” Accessibility=”Public/Private” FileName=”string” HasNullStream=”True/False” MIMEType=”string”/>  <Image ID=”ID” Comment=”String” Accessibility=”Public/Private” FileName=”string” HasNullStream=”True/False”>…</Image>
</Reslurces>

Attributes and Elements

The following sections describe attributes, child elements, and the parent element of the Resources element.

Attributes

None.

Child Elements

Element Description

Resource

Optional element. Represents a generic resource in a management pack.

Assembly (Resources)

Optional element. Represents an assembly resource in a management pack.

ReportResource

Optional element. Represents a report resource in a management pack.

Image

Optional element. Represents an image resource in a management pack.

Parent Elements

Element Description

ManagementPack

Represents the root element of a management pack.

Remarks

The Resources element contains references to all data that is not directly stored in a management pack (binary image data, XML resources, assembly resources, forms, and so on).

See Also

Reference

ManagementPack