Set/Get custom profiler context information for the current profiling session.

Namespace: HuagatiEFProfiler
Assembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092

Syntax

C#
public string ProfilerSessionCustomData { get; set; }
Visual Basic
Public Property ProfilerSessionCustomData As String
	Get
	Set
Visual C++
public:
property String^ ProfilerSessionCustomData {
	String^ get ();
	void set (String^ value);
}

See Also