Share via


ManagementPack.GetUIPageSet(String) Method

Definition

Retrieves the specified page set from the management pack.

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

Parameters

name
String

The name of the page set.

Returns

The specified page set.

Applies to

See also