ManagementPack.GetUIPageSets Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.