QuickOPC User's Guide and Reference
NetworkAddress Property (UAPubSubConnectionElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAPubSubConnectionElement Class : NetworkAddress Property
Contains the network address information for the communication middleware.
Syntax
'Declaration
 
<DisplayAttribute(AutoGenerateField=True, 
   Order=201, 
   ShortName="Network Address")>
<NotNullAttribute()>
Public Property NetworkAddress As NetworkAddress
'Usage
 
Dim instance As UAPubSubConnectionElement
Dim value As NetworkAddress
 
instance.NetworkAddress = value
 
value = instance.NetworkAddress
[Display(AutoGenerateField=true, 
   Order=201, 
   ShortName="Network Address")]
[NotNull()]
public NetworkAddress NetworkAddress {get; set;}
[Display(AutoGenerateField=true, 
   Order=201, 
   ShortName="Network Address")]
[NotNull()]
public:
property NetworkAddress^ NetworkAddress {
   NetworkAddress^ get();
   void set (    NetworkAddress^ value);
}
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