Share via


ManagementPack.GetUIPage(String) Method

Definition

Retrieves the specified property or wizard page from the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackUIPage ^ GetUIPage(System::String ^ name);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackUIPage GetUIPage (string name);
member this.GetUIPage : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackUIPage
Public Function GetUIPage (name As String) As ManagementPackUIPage

Parameters

name
String

The name of the page.

Returns

The specified property or wizard page.

Applies to

See also