Share via


ManagementPackFactType.MeasureCollection Property

Definition

Gets the measure collection field collection template.

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

Property Value

The measure collection.

Applies to