Share via


ManagementPack.References Property

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

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

'Usage
Dim instance As ManagementPack
Dim value As ManagementPackReferenceCollection

value = instance.References

Syntax

'Declaration
Public Property References As ManagementPackReferenceCollection
public ManagementPackReferenceCollection References { get; }
public:
property ManagementPackReferenceCollection^ References {
    ManagementPackReferenceCollection^ get ();
}
/** @property */
public ManagementPackReferenceCollection get_References ()
public function get References () : 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also

Reference

ManagementPack Class
ManagementPack Members
Microsoft.EnterpriseManagement.Configuration Namespace

Send comments about this topic to Microsoft.