NET Email Validation
StartTime Property






KellermanSoftware.NetEmailValidation Namespace > Result Class : StartTime Property
The time validation started for this email
Syntax
'Declaration
 
Public ReadOnly Property StartTime As System.Date
'Usage
 
Dim instance As Result
Dim value As System.Date
 
value = instance.StartTime
public System.DateTime StartTime {get;}
public read-only property StartTime: System.DateTime; 
public function get StartTime : System.DateTime
public: __property System.DateTime get_StartTime();
public:
property System.DateTime StartTime {
   System.DateTime 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