ManagementPack.GetFolder(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 folder from the management pack.
public:
Microsoft::EnterpriseManagement::Configuration::ManagementPackFolder ^ GetFolder(System::String ^ name);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackFolder GetFolder (string name);
member this.GetFolder : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackFolder
Public Function GetFolder (name As String) As ManagementPackFolder
Parameters
- name
- String
The name of the folder.
Returns
The specified folder.