UIPage.DestinationManagementPack Property
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
'Usage
Dim value As ManagementPack
value = Me.DestinationManagementPack
Syntax
'Declaration
Protected ReadOnly Property DestinationManagementPack As ManagementPack
protected ManagementPack DestinationManagementPack { get; }
protected:
property ManagementPack^ DestinationManagementPack {
ManagementPack^ get ();
}
/** @property */
protected ManagementPack get_DestinationManagementPack ()
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
Reference
UIPage Class
UIPage Members
Microsoft.EnterpriseManagement.UI Namespace