Share via


ManagementPack.GetViewType(String) Method

Definition

Retrieves the specified view type from the management pack.

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

Parameters

name
String

The name of the view type.

Returns

The specified ManagementPackViewType object.

Applies to