NET Email Validation
Elapsed Property






KellermanSoftware.NetEmailValidation Namespace > Result Class : Elapsed Property
The time it took to validate the email address
Syntax
'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();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Result Class
Result Members