Share via


ManagementPackElement.GetFolders Method

Definition

Gets the collection of management pack folders associated with this management pack element.

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

Returns

A ManagementPackElementCollection<T> collection of ManagementPackFolder objects.

A collection of management pack folders.

Applies to