ArcFM Responder Mobile Developer Guide
VerifyReadTables Property (PxLoginClass)






Syntax
public virtual System.object VerifyReadTables {set;}
public write-only property VerifyReadTables: System.TObject; virtual; 
public function set VerifyReadTables : System.Object
public: __property virtual void set_VerifyReadTables( 
   System.Object* value
);
public:
virtual property System.Object^ VerifyReadTables {
   void set (    System.Object^ value);
}
'Declaration
 
Public Overridable WriteOnly Property VerifyReadTables As System.Object
 
'Usage
 
Dim instance As PxLoginClass
 
instance.VerifyReadTables = 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

PxLoginClass Class
PxLoginClass Members

Send Feedback