Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As ManagementPackReport Dim value As IList(Of ManagementPackElementReference(Of ManagementPackReportResource)) value = instance.ReportResourceCollection |
Syntax
Visual Basic |
---|
Public ReadOnly Property ReportResourceCollection As IList(Of ManagementPackElementReference(Of ManagementPackReportResource)) |
C# |
---|
public IList<ManagementPackElementReference<ManagementPackReportResource>> ReportResourceCollection { get; } |
C++ |
---|
public: property IList<ManagementPackElementReference<ManagementPackReportResource^>^>^ ReportResourceCollection { IList<ManagementPackElementReference<ManagementPackReportResource^>^>^ get (); } |
J# |
---|
/** @property */ public IList<ManagementPackElementReference<ManagementPackReportResource>> get_ReportResourceCollection () |
JScript |
---|
public function get ReportResourceCollection () : IList<ManagementPackElementReference<ManagementPackReportResource>> |
Property Value
A list of ManagementPackElementReference references to ManagementPackReportResource objects. A collection of resources used by the report.Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.