Opc.Ua.Core
GetHostName Method



Opc.Ua Namespace > Utils Class : GetHostName Method
Syntax
'Declaration
 
Public Shared Function GetHostName() As String
'Usage
 
Dim value As String
 
value = Utils.GetHostName()
public static string GetHostName()
public:
static String^ GetHostName(); 
Remarks
If the platform returns a FQDN, only the host name is returned.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members