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
Dim sitePath As String
Dim returnValue As String
returnValue = ResultObjectHelpers.GetDisplayTextFromFullPath(sitePath)
'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
- sitePath
[in] Site path.
NAL path display text.
Exception type | Condition |
---|---|
The sitePath parameter cannot be null or an empty string |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows Server 2003, Windows Vista
Windows Server 2003,Windows Vista
ResultObjectHelpers Class
ResultObjectHelpers Members
Microsoft.ConfigurationManagement.AdminConsole Namespace