Readonly, minimum server-side execution time in milliseconds

Namespace: Huagati.LLBLGen.Profiler.Filters
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

Syntax

C#
public int ExecutionTime { get; private set; }
Visual Basic
Public Property ExecutionTime As Integer
	Get
	Private Set
Visual C++
public:
property int ExecutionTime {
	int get ();
	private: void set (int value);
}

See Also