Gets the destination Management Pack that contains the UI page context. Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)

Usage

Visual Basic
Dim value As ManagementPack

value = Me.DestinationManagementPack

Syntax

Visual Basic
Protected ReadOnly Property DestinationManagementPack As ManagementPack
C#
protected ManagementPack DestinationManagementPack { get; }
C++
protected:
property ManagementPack^ DestinationManagementPack {
		ManagementPack^ get ();
}
J#
/** @property */
protected ManagementPack get_DestinationManagementPack ()
JScript
protected function get DestinationManagementPack () : ManagementPack

Property Value

Returns a ManagementPack object.

Remarks

This property can be null and can change at any time. You can subscribe to receive notification of when the destination Management Pack changes.


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