Get the network abstraction layer (NAL) path display text from the site path. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim sitePath As String
Dim returnValue As String

returnValue = ResultObjectHelpers.GetDisplayTextFromFullPath(sitePath)

Syntax

Visual Basic
Public Shared Function GetDisplayTextFromFullPath ( _
		sitePath As String _
) As String
C#
public static string GetDisplayTextFromFullPath (
		string sitePath
)
C++
public:
static String^ GetDisplayTextFromFullPath (
		String^ sitePath
)
J#
public static String GetDisplayTextFromFullPath (
		String sitePath
)
JScript
public static function GetDisplayTextFromFullPath (
		sitePath : String
) : String

Parameters

sitePath

[in] Site path.

Return Value

NAL path display text.

Remarks

Exception type

Condition

ArgumentException

The sitePath parameter cannot be null or an empty string


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 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also