Source.LastParseTime Property

Definition

Gets the duration of the last parse operation.

public:
 property int LastParseTime { int get(); void set(int value); };
public:
 property int LastParseTime { int get(); void set(int value); };
public int LastParseTime { get; set; }
member this.LastParseTime : int with get, set
Public Property LastParseTime As Integer

Property Value

The duration of the last parse.

Remarks

The value returned by this property is a value that is approximately equal to the number of milliseconds the last parse operation took to complete.

Applies to