EnterpriseManagementGroup.GetManagementPack(String, String, Version) Method

Definition

This method is obsolete. Instead of using this method, call the GetManagementPack(String, String, Version) method from the object that is returned from the ManagementPacks property.

public:
 override Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ GetManagementPack(System::String ^ name, System::String ^ keytoken, Version ^ version);
public override Microsoft.EnterpriseManagement.Configuration.ManagementPack GetManagementPack (string name, string keytoken, Version version);
override this.GetManagementPack : string * string * Version -> Microsoft.EnterpriseManagement.Configuration.ManagementPack
Public Overrides Function GetManagementPack (name As String, keytoken As String, version As Version) As ManagementPack

Parameters

name
String

The name of the management pack to return.

keytoken
String

The public key token of the management pack to return.

Note: Only sealed management packs have a public key token.

version
Version

The version of the management pack to return.

Returns

The management pack.

Applies to