QuickOPC User's Guide and Reference
IUAReadOnlyDiscoveryElement Interface
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace : IUAReadOnlyDiscoveryElement Interface
Contains read-only information gathered about an OPC application (typically, an OPC-UA server) or an endpoint.
Object Model
IUAReadOnlyDiscoveryElement InterfaceStringCollection ClassUAEndpointSelectionPolicy ClassStringCollection ClassIPkiCertificate Interface
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Interface IUAReadOnlyDiscoveryElement 
   Inherits IUAReadOnlyApplicationElement 
'Usage
 
Dim instance As IUAReadOnlyDiscoveryElement
[ComVisible(false)]
public interface IUAReadOnlyDiscoveryElement : IUAReadOnlyApplicationElement  
[ComVisible(false)]
public interface class IUAReadOnlyDiscoveryElement : public IUAReadOnlyApplicationElement  
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