PreferenceBagItem Property |
Indexer into the Preference collection.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string this[
string sPrefName
] { get; set; }
Public Default Property Item (
sPrefName As String
) As String
Get
Set
public:
virtual property String^ default[String^ sPrefName] {
String^ get (String^ sPrefName) sealed;
void set (String^ sPrefName, String^ value) sealed;
}
Parameters
- sPrefName
- Type: SystemString
The name of the Preference to update/create or return.
Return Value
Type:
StringThe string value of the preference, or null.
Implements
IFiddlerPreferencesItemStringSee Also