CSPhantomJSPhantomJSLibsPath Property |
The path and the file name of the pahntomjs.exe file with the libraries.
Namespace:
CSPhantomJS
Assembly:
CSPhantomJS (in CSPhantomJS.dll) Version: 1.0.0
Syntax public string PhantomJSLibsPath { get; set; }
Public Property PhantomJSLibsPath As String
Get
Set
Dim instance As CSPhantomJS
Dim value As String
value = instance.PhantomJSLibsPath
instance.PhantomJSLibsPath = value
member PhantomJSLibsPath : string with get, set
/** @property */
public String get_PhantomJSLibsPath()
/** @property */
public void set_PhantomJSLibsPath(String value)
function get PhantomJSLibsPath () : String
function set PhantomJSLibsPath (value : String)
function get_PhantomJSLibsPath();
function set_PhantomJSLibsPath(value);
Property Value
Type:
StringSee Also