PrefChangeEventArgsValueString Property |
The string value of the preference, or null if the preference is being removed
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string ValueString { get; }
Public ReadOnly Property ValueString As String
Get
public:
property String^ ValueString {
String^ get ();
}
Property Value
Type:
StringSee Also