ArcFM Responder Mobile Developer Guide
Validate Method (EmailAddressValidator)






Syntax
'Declaration
 
Public Overrides Sub Validate( _
   ByVal value As System.Object _
) 
'Usage
 
Dim instance As EmailAddressValidator
Dim value As System.Object
 
instance.Validate(value)
public override void Validate( 
   System.object value
)
public procedure Validate( 
    value: System.TObject
); override; 
public override function Validate( 
   value : System.Object
);
public: void Validate( 
   System.Object* value
) override 
public:
void Validate( 
   System.Object^ value
) override 

Parameters

value
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

EmailAddressValidator Class
EmailAddressValidator Members

Send Feedback