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