Share via


ManagementPackReferenceCollection.Values Property

Definition

Gets the reference values in the collection.

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

Property Value

A collection of ManagementPackReference objects.

The reference values in the collection.

Implements

Applies to