Share via


ManagementPack.GetUIPageSets Method

Definition

Retrieves all page sets that are contained in the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackUIPageSet ^> ^ GetUIPageSets();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackUIPageSet> GetUIPageSets ();
member this.GetUIPageSets : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackUIPageSet>
Public Function GetUIPageSets () As ManagementPackElementCollection(Of ManagementPackUIPageSet)

Returns

A collection of all ManagementPackUIPageSet objects in the management pack.

Applies to

See also