ForLoopClass.ExecutionDuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that indicates the amount of time that the container spent in execution, in milliseconds. This property is read-only.
public:
virtual property int ExecutionDuration { int get(); };
public virtual int ExecutionDuration { get; }
member this.ExecutionDuration : int
Public Overridable ReadOnly Property ExecutionDuration As Integer
Property Value
An Integer that contains the amount of time that the container spent executing. The time is given in milliseconds.