Share via


ManagementPackFileStore.GetManagementPackLocalPath Method

Retrieves the management pack local path.

Namespace: Microsoft.EnterpriseManagement.Configuration.IO
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As ManagementPackFileStore
Dim managementPack As ManagementPack
Dim returnValue As String

returnValue = instance.GetManagementPackLocalPath(managementPack)

Syntax

'Declaration
Public Function GetManagementPackLocalPath ( _
    managementPack As ManagementPack _
) As String
public string GetManagementPackLocalPath (
    ManagementPack managementPack
)
public:
String^ GetManagementPackLocalPath (
    ManagementPack^ managementPack
)
public String GetManagementPackLocalPath (
    ManagementPack managementPack
)
public function GetManagementPackLocalPath (
    managementPack : ManagementPack
) : String

Parameters

  • managementPack
    The management pack.

Return Value

The management pack local path.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackFileStore Class
ManagementPackFileStore Members
Microsoft.EnterpriseManagement.Configuration.IO Namespace