'Declaration Public Overridable ReadOnly Property EstimatedTimeRemaining As System.TimeSpan
'Usage Dim instance As FTP Dim value As System.TimeSpan value = instance.EstimatedTimeRemaining
public virtual System.TimeSpan EstimatedTimeRemaining {get;}
public read-only property EstimatedTimeRemaining: System.TimeSpan; virtual;
public function get EstimatedTimeRemaining : System.TimeSpan
public: __property virtual System.TimeSpan get_EstimatedTimeRemaining();
public: virtual property System.TimeSpan EstimatedTimeRemaining { System.TimeSpan get(); }