Returns the path and filename of the editor used to edit the Rules script file.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static string JSEditor { get; set; }
Public Shared Property JSEditor As String
Get
Set
public:
static property String^ JSEditor {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also