A common use for the Tag property is to store data that is closely associated with the Session.
It is NOT marshalled during drag/drop and is NOT serialized to a SAZ file.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public Object Tag { get; set; }
Public Property Tag As Object
Get
Set
public:
property Object^ Tag {
Object^ get ();
void set (Object^ value);
}
Property Value
Type:
ObjectSee Also