Click or drag to resize
PreferenceBagItem Property
Indexer into the Preference collection.

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

Parameters

sPrefName
Type: SystemString
The name of the Preference to update/create or return.

Return Value

Type: String
The string value of the preference, or null.

Implements

IFiddlerPreferencesItemString
See Also