ServerNode property
Description | (Read-only) Returns the node name of the server that the client connected to the Connect() method. When you access this property, you will get the value that the automation server has cached locally. |
Syntax | ServerNode As String |
Remarks | The ServerNode is empty if the client is not connected to a Data Access Server. The ServerNode will be empty if no host name was specified in the Connect() method. |
Example | Dim sServerNode As String sServer = MyOPCServer.ServerNode |
Provide Feedback