OPC Studio 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
 
<NotNullAttribute()>
Public Property NetworkAddress As NetworkAddress
'Usage
 
Dim instance As UAPubSubConnectionElement
Dim value As NetworkAddress
 
instance.NetworkAddress = value
 
value = instance.NetworkAddress
[NotNull()]
public NetworkAddress NetworkAddress {get; set;}
[NotNull()]
public:
property NetworkAddress^ NetworkAddress {
   NetworkAddress^ get();
   void set (    NetworkAddress^ value);
}

Property Value

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

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