| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As UaClient Dim host As String Dim value As ApplicationDescriptionCollection value = instance.FindServers(host) | |
Parameters
- host
- The computer to be searched. Null or an empty sting identifies the local machine.
Return Value
A list with the descriptions of the found UA servers.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x