IndexResultInfo.TotalElapsed 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 total duration of the indexing process.
public:
property TimeSpan TotalElapsed { TimeSpan get(); };
public TimeSpan TotalElapsed { get; }
member this.TotalElapsed : TimeSpan
Public ReadOnly Property TotalElapsed As TimeSpan