'Declaration Public ReadOnly Property Elapsed As System.TimeSpan
'Usage Dim instance As Result Dim value As System.TimeSpan value = instance.Elapsed
public System.TimeSpan Elapsed {get;}
public read-only property Elapsed: System.TimeSpan;
public function get Elapsed : System.TimeSpan
public: __property System.TimeSpan get_Elapsed();
public:
property System.TimeSpan Elapsed {
System.TimeSpan get();
}