QuickOPC User's Guide and Reference
InterfaceName Property (_ResourceAddress)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Networking.ComTypes Namespace > _ResourceAddress Interface : InterfaceName Property
The name of the network interface used for the communication.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property InterfaceName As String
'Usage
 
Dim instance As _ResourceAddress
Dim value As String
 
instance.InterfaceName = value
 
value = instance.InterfaceName
[CanBeNull()]
string InterfaceName {get; set;}
[CanBeNull()]
property String^ InterfaceName {
   String^ get();
   void set (    String^ 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