Description Returns name of the interface.
Property type
A String value.
Syntax
object.Name [= value]
The Name Property syntax has these parts:
|
object | An expression evaluating to an object of type VPNInterface. | value | A
String value. |
Remarks Name property holds name of the virtual network
adapter, as seen in Windows 'Network adapters' folder. You can change
this value but that change will only affect wodVPN, you cannot change
real adapter's name. You can use this property as indexes for
VPNInterfaces.Item
property.
|