Click or drag to resize
IFiddlerPreferencesItem Property
Indexer. Returns the value of the preference as a string

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
string this[
	string sName
] { get; set; }

Parameters

sName
Type: SystemString
The Preference Name

Return Value

Type: String
The Preference value as a string, or null
See Also