Gets or set last report time for current mapper connection.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public Ticks LastReportTime { get; set; }
Public Property LastReportTime As Ticks Get Set
public: property Ticks LastReportTime { Ticks get (); void set (Ticks value); }