CatalogItem.ItemMetadata Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a list of item metadata.
public:
property cli::array <ReportService2010::Property ^> ^ ItemMetadata { cli::array <ReportService2010::Property ^> ^ get(); void set(cli::array <ReportService2010::Property ^> ^ value); };
public ReportService2010.Property[] ItemMetadata { get; set; }
member this.ItemMetadata : ReportService2010.Property[] with get, set
Public Property ItemMetadata As Property()
Property Value
Property[]
An array of Property objects that contain the item metadata.
Remarks
The table below lists the metadata this property contains.
Metadata | Description |
---|---|
ComponentID | The unique identifier of a Component item. |
ExecutionDate | The date and time at which a report execution snapshot was last created for a Report item. |
HasThumbNail | Whether a Component item contains a thumbnail. |
MimeType | The MIME type of a Resource item. |
SubType | The type of a Component item For example, Chart . |