QuickOPC User's Guide and Reference
GetInterfaceNameValues Method



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Networking Namespace > NetworkAddress Class : GetInterfaceNameValues Method
Returns a collection of standard values for the InterfaceName property.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
<UsedImplicitlyAttribute()>
Protected Shared Function GetInterfaceNameValues() As TypeConverter.StandardValuesCollection
'Usage
 
Dim value As TypeConverter.StandardValuesCollection
 
value = NetworkAddress.GetInterfaceNameValues()
[ElementsNotNull()]
[NotNull()]
[UsedImplicitly()]
protected static TypeConverter.StandardValuesCollection GetInterfaceNameValues()
[ElementsNotNull()]
[NotNull()]
[UsedImplicitly()]
protected:
static TypeConverter.StandardValuesCollection^ GetInterfaceNameValues(); 

Return Value

A System.ComponentModel.TypeConverter.StandardValuesCollection containing a standard set of valid values.
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