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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.ComTypes Namespace > _UAPubSubResolverDescriptor Interface : PublisherEndpointDescriptor Property
Endpoint descriptor of an OPC UA server that contains the publisher information.
Syntax
'Declaration
 
<NotNullAttribute()>
Property PublisherEndpointDescriptor As UAEndpointDescriptor
'Usage
 
Dim instance As _UAPubSubResolverDescriptor
Dim value As UAEndpointDescriptor
 
instance.PublisherEndpointDescriptor = value
 
value = instance.PublisherEndpointDescriptor
[NotNull()]
UAEndpointDescriptor PublisherEndpointDescriptor {get; set;}
[NotNull()]
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 OpcLabs.EasyOpc.UA.PubSub.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