Source.LastParseTime 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.
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.