ArcFM Responder Mobile Developer Guide
HasPostError Property






Indicates if an error occured during the post process.
Syntax
'Declaration
 
Public Property HasPostError As System.Boolean
'Usage
 
Dim instance As ActionData
Dim value As System.Boolean
 
instance.HasPostError = value
 
value = instance.HasPostError
public System.bool HasPostError {get; set;}
public read-write property HasPostError: System.Boolean; 
public function get,set HasPostError : System.boolean
public: __property System.bool get_HasPostError();
public: __property void set_HasPostError( 
   System.bool value
);
public:
property System.bool HasPostError {
   System.bool get();
   void set (    System.bool value);
}
Example
PostException
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

ActionData Class
ActionData Members

Send Feedback