CSPhantomJSOutFile Property |
The destination file name (the path and the file name).
Namespace:
CSPhantomJS
Assembly:
CSPhantomJS (in CSPhantomJS.dll) Version: 1.0.0
Syntax public string OutFile { get; set; }
Public Property OutFile As String
Get
Set
Dim instance As CSPhantomJS
Dim value As String
value = instance.OutFile
instance.OutFile = value
member OutFile : string with get, set
/** @property */
public String get_OutFile()
/** @property */
public void set_OutFile(String value)
function get OutFile () : String
function set OutFile (value : String)
function get_OutFile();
function set_OutFile(value);
Property Value
Type:
StringSee Also