Return the host name in UNC format, for example: \\hostname
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
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