property AdvancedOptions.StaticRoute as String
A list of static routes that the client should install in its routing cache.

 TypeDescription 
   String Value representing this option.  
 

This property specifies a list of static routes that the client should install in its routing cache. The routes consist of a list of IP address pairs. The first address is the destination address, and the second address is the router for the destination. All addresses should be separated by commas.

Session.AdvancedOptions.StaticRoute="192.168.1.0,192.168.1.1,195.29.212.243,195.29.212.232" ' IP address, destination, another IP address, destination