Share via


ManagementPack.GetViews Method

Definition

Retrieves all views that are contained in the management pack.

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

Returns

A collection of all ManagementPackView objects in the management pack.

Applies to