ManagementPackLinkedReport.ReportStringCollection Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets a collection of strings that are used in the report.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
'Usage
Dim instance As ManagementPackLinkedReport
Dim value As ManagementPackSubElementCollection(Of ManagementPackReportString)
value = instance.ReportStringCollection
'Declaration
Public ReadOnly Property ReportStringCollection As ManagementPackSubElementCollection(Of ManagementPackReportString)
public ManagementPackSubElementCollection<ManagementPackReportString> ReportStringCollection { get; }
public:
property ManagementPackSubElementCollection<ManagementPackReportString^>^ ReportStringCollection {
ManagementPackSubElementCollection<ManagementPackReportString^>^ get ();
}
/** @property */
public ManagementPackSubElementCollection<ManagementPackReportString> get_ReportStringCollection ()
public function get ReportStringCollection () : ManagementPackSubElementCollection<ManagementPackReportString>
A ManagementPackSubElementCollection collection of ManagementPackReportString objects.
A collection of strings that are used in the report.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows Vista, Windows Server 2003, and
Windows Server 2008,Windows Server 2003
ManagementPackLinkedReport Class
ManagementPackLinkedReport Members
Microsoft.EnterpriseManagement.Configuration Namespace