ManagementPackStore.GetManagementPack(String, String, Version) 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.
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets a ManagementPack object from the management pack store.
public:
abstract Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ GetManagementPack(System::String ^ mpName, System::String ^ mpKeyToken, Version ^ mpVersion);
public abstract Microsoft.EnterpriseManagement.Configuration.ManagementPack GetManagementPack (string mpName, string mpKeyToken, Version mpVersion);
abstract member GetManagementPack : string * string * Version -> Microsoft.EnterpriseManagement.Configuration.ManagementPack
Public MustOverride Function GetManagementPack (mpName As String, mpKeyToken As String, mpVersion As Version) As ManagementPack
Parameters
- mpName
- String
The name of the management pack to return.
- mpKeyToken
- String
The public key token of the management pack to return. This value is null if the management pack is unsealed.
- mpVersion
- Version
The version of the management pack to return.
Returns
Returns ManagementPack.
The management pack.