QuickOPC User's Guide and Reference
PublisherEndpointDescriptor Property (UAPubSubResolverDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPubSubResolverDescriptor Class : PublisherEndpointDescriptor Property
Endpoint descriptor of an OPC UA server that contains the publisher information.
Syntax
'Declaration
 
Public Property PublisherEndpointDescriptor As UAEndpointDescriptor
'Usage
 
Dim instance As UAPubSubResolverDescriptor
Dim value As UAEndpointDescriptor
 
instance.PublisherEndpointDescriptor = value
 
value = instance.PublisherEndpointDescriptor
public UAEndpointDescriptor PublisherEndpointDescriptor {get; set;}
public:
property UAEndpointDescriptor^ PublisherEndpointDescriptor {
   UAEndpointDescriptor^ get();
   void set (    UAEndpointDescriptor^ value);
}
Remarks

This property is for accessing a configuration exposed in an information model of an OPC-UA server. In order to load a configuration from a file or similar concept, specify it using the PublisherFileResourceDescriptor property, and set ResolverKind to UAPubSubResolverKind.PublisherFile.

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