IFiddlerPreferencesItem Property |
Indexer. Returns the value of the preference as a string
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax string this[
string sName
] { get; set; }
Default Property Item (
sName As String
) As String
Get
Set
property String^ default[String^ sName] {
String^ get (String^ sName);
void set (String^ sName, String^ value);
}
Parameters
- sName
- Type: SystemString
The Preference Name
Return Value
Type:
StringThe Preference value as a string, or null
See Also