VendorInfo property

Description
(Read-only) Returns the vendor information string for the server. When you access this property, you will get the value that the automation server has obtained from the underlying Data Access Server.
Syntax
VendorInfo
As String
Remarks
An error occurs if the client has not connected to a Data Access Server via the Connect() method.
Example
Dim sVendorInfo As String
sVendorInfo = MyOPCServer.VendorInfo
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal