property wodDHCPD.MyIP as String
Address used by DHCP server.

  Type Description  
    String Value that represents IP address of local computer.  
 

You can use this property to get (or set) IP address that wodDHCPServer will use. Default value is your local computer's IP address. You should restart wodDHCPServer by calling wodDHCPD.Stop() and wodDHCPD.Start() after changing this property.