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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Networking Namespace > NetworkAddress Class : InterfaceName Property
The name of the network interface used for the communication.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<NotNullAttribute()>
<TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)>
Public Property InterfaceName As String
'Usage
 
Dim instance As NetworkAddress
Dim value As String
 
instance.InterfaceName = value
 
value = instance.InterfaceName
[DefaultValue("")]
[NotNull()]
[TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)]
public string InterfaceName {get; set;}
[DefaultValue("")]
[NotNull()]
[TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)]
public:
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