QuickOPC User's Guide and Reference
Vendor Property (_ServerElement)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.ComTypes Namespace > _ServerElement Interface : Vendor Property
Gets or sets a vendor name.
Syntax
'Declaration
 
<NotNullAttribute()>
Property Vendor As String
'Usage
 
Dim instance As _ServerElement
Dim value As String
 
instance.Vendor = value
 
value = instance.Vendor
[NotNull()]
string Vendor {get; set;}
[NotNull()]
property String^ Vendor {
   String^ get();
   void set (    String^ value);
}
Remarks
Vendor name may be empty when unknown, e.g. if obtained through OPCEnum object which does not provide it. It is simply a means of identifying the vendor who supplied the particular OPC server.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also