EnterpriseManagementGroup.GetManagementPack Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Dim instance As EnterpriseManagementGroup Dim name As String Dim keytoken As String Dim version As Version Dim returnValue As ManagementPack returnValue = instance.GetManagementPack(name, keytoken, version)
public: virtual ManagementPack^ GetManagementPack ( String^ name, String^ keytoken, Version^ version ) override
public ManagementPack GetManagementPack ( String name, String keytoken, Version version )
public override function GetManagementPack ( name : String, keytoken : String, version : Version ) : ManagementPack
Parameters
- name
Type: String
The name of the management pack to return.
- keytoken
Type: String
The public key token of the management pack to return.
Note: Only sealed management packs have a public key token.
- version
Type: Version
The version of the management pack to return.
Return Value
Type: ManagementPackThe management pack.Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XPTarget Platforms
Windows Server 2008,Windows Server 2003
Show: