PathCollectionGetDomainFromUNCPath Method |
Returns the domain name from a UNC path
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static string GetDomainFromUNCPath(
string aPath
)
Public Shared Function GetDomainFromUNCPath (
aPath As String
) As String
public:
static String^ GetDomainFromUNCPath(
String^ aPath
)
static member GetDomainFromUNCPath :
aPath : string -> string
Parameters
- aPath
- Type: SystemString
A UNC path.
Return Value
Type:
StringThe domain part of a UNC path. null if the given path is not a UNC path.
See Also