Share via


ManagementPack.References Property

Definition

Gets the reference dictionary as defined in the manifest section for a management pack.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackReferenceCollection ^ References { Microsoft::EnterpriseManagement::Configuration::ManagementPackReferenceCollection ^ get(); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackReferenceCollection References { get; }
member this.References : Microsoft.EnterpriseManagement.Configuration.ManagementPackReferenceCollection
Public ReadOnly Property References As ManagementPackReferenceCollection

Property Value

A collection that contains the names of referenced management packs.

Remarks

A management pack can reuse type definitions and other resources found in other management packs. To do so, the management pack must declare the dependencies by including references to the management packs that contain the shared items.

The References property is set internally only.

Applies to