Description Returns GUID of the interface.
Property type
A String value.
Syntax
object.Guid [= value]
The Guid Property syntax has these parts:
|
object | An expression evaluating to an object of type VPNInterface. | value | A
String value. |
Remarks Guid holds unique GUID Windows assigned for the
adapter. You can use this value to access the adapter directly, or to
locate it in the registry to review his properties etc.
Changing this value does not change GUID for the adapter, it only
affects how wodVPN sees it. Unless you know what you're doing you should
not change this value.
|