Share via


ManagementPackCube.Measures Property

Definition

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

Gets the measures for this object instance.

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

Property Value

The collection of measures.

Applies to