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

Visual Basic
Dim instance As ManagementPack
Dim value As ManagementPackReferenceCollection

value = instance.References

Syntax

Visual Basic
Public Property References As ManagementPackReferenceCollection
C#
public ManagementPackReferenceCollection References { get; }
C++
public:
property ManagementPackReferenceCollection^ References {
		ManagementPackReferenceCollection^ get ();
}
J#
/** @property */
public ManagementPackReferenceCollection get_References ()
JScript
public function get References () : ManagementPackReferenceCollection

Property Value

A collection containing 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