Guid Property
      
 

Description

Returns GUID of the interface.

Property type

A String value.  

Syntax

object.Guid [= value]

The Guid Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type VPNInterface.
valueA 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.