OPC Studio User's Guide and Reference
Vendor Property (ServerElement)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc Namespace > ServerElement Class : Vendor Property
Gets or sets a vendor name.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property Vendor As String
'Usage
 
Dim instance As ServerElement
Dim value As String
 
instance.Vendor = value
 
value = instance.Vendor
[NotNull()]
public string Vendor {get; set;}
[NotNull()]
public:
property String^ Vendor {
   String^ get();
   void set (    String^ value);
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The default value of this property is "" (String.Empty).

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