CSPhantomJSGetArgs Method |
Get the arguments according to the defined properties of the library.
Namespace:
CSPhantomJS
Assembly:
CSPhantomJS (in CSPhantomJS.dll) Version: 1.0.0
Syntax Public Function GetArgs As String
Dim instance As CSPhantomJS
Dim returnValue As String
returnValue = instance.GetArgs()
member GetArgs : unit -> string
public function GetArgs() : String
Return Value
Type:
StringGet the arguments.
See Also