Share via


ManagementPack.GetView(String) Method

Definition

Retrieves the specified view from the management pack.

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

Parameters

name
String

The name of the view.

Returns

The specified ManagementPackView object.

Applies to

See also