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.ConfigAssembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Property Value
Type: StringImplements
IConfigNetworkInterfaceFriendlyName
Exception | Condition |
---|---|
RTX64InvalidPropertyValueException | Thrown if an attempt is made to set this to a duplicate value |
