Share via


ManagementPackReport.DimensionCollection Property

Definition

Gets the management pack report dimension collection.

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackDimensionType ^> ^> ^ DimensionCollection { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackDimensionType ^> ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackDimensionType>> DimensionCollection { get; }
member this.DimensionCollection : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackDimensionType>>
Public ReadOnly Property DimensionCollection As IList(Of ManagementPackElementReference(Of ManagementPackDimensionType))

Property Value

The management pack report dimension collection.

Applies to