ManagementPack.GetView(String) 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 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.