[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Retrieves the management pack local path. Namespace: Microsoft.EnterpriseManagement.Configuration.IO
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As ManagementPackFileStore
Dim managementPack As ManagementPack
Dim returnValue As String

returnValue = instance.GetManagementPackLocalPath(managementPack)

Syntax

Visual Basic
Public Function GetManagementPackLocalPath ( _
		managementPack As ManagementPack _
) As String
C#
public string GetManagementPackLocalPath (
		ManagementPack managementPack
)
C++
public:
String^ GetManagementPackLocalPath (
		ManagementPack^ managementPack
)
J#
public String GetManagementPackLocalPath (
		ManagementPack managementPack
)
JScript
public function GetManagementPackLocalPath (
		managementPack : ManagementPack
) : String

Parameters

managementPack

The management pack.

Return Value

Returns String. 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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also