NetworkInterface.FriendlyName Property

Accesses the unique friendly name of this network interface. Case is preserved in the value assigned to this property, but case is ignored when comparing the value of this property to any string, such as when creating or deleting interfaces by their FriendlyName. Thus, after creating an interface with FriendlyName "MainInterface" one cannot create another interface with the FriendlyName "MAINinterface", because the two names will compare equal -- and two interfaces cannot have the same FriendlyName.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public string FriendlyName { get; set; }

Property Value

Type: String

Implements

IConfigNetworkInterfaceFriendlyName
Exceptions
ExceptionCondition
RTX64InvalidPropertyValueException Thrown if an attempt is made to set this to a duplicate value
See Also