Return the host name in UNC format, for example: \\hostname.
Namespace: Alphaleonis.Win32.NetworkAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static string GetUncName()
Public Shared Function GetUncName As String
public:
static String^ GetUncName()
static member GetUncName : unit -> string
Return Value
Type:
StringThe unc name.
See Also