Share via


ManagementPackCubeExtension.KPIs Property

Definition

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

Gets the Key Performance Indicators (KPIs) for this object instance.

public:
 property System::Collections::Generic::ICollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackKeyPerformanceIndicatorType ^> ^ KPIs { System::Collections::Generic::ICollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackKeyPerformanceIndicatorType ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackKeyPerformanceIndicatorType> KPIs { get; }
member this.KPIs : System.Collections.Generic.ICollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackKeyPerformanceIndicatorType>
Public ReadOnly Property KPIs As ICollection(Of ManagementPackKeyPerformanceIndicatorType)

Property Value

The collection of KPIs.

Applies to