Compartir a través de


ResultObjectHelpers.GetDisplayTextFromFullPath Method

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

'Usage
Dim sitePath As String
Dim returnValue As String

returnValue = ResultObjectHelpers.GetDisplayTextFromFullPath(sitePath)

Syntax

'Declaration
Public Shared Function GetDisplayTextFromFullPath ( _
    sitePath As String _
) As String
public static string GetDisplayTextFromFullPath (
    string sitePath
)
public:
static String^ GetDisplayTextFromFullPath (
    String^ sitePath
)
public static String GetDisplayTextFromFullPath (
    String sitePath
)
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

Reference

ResultObjectHelpers Class
ResultObjectHelpers Members
Microsoft.ConfigurationManagement.AdminConsole Namespace