ArcFM Responder Mobile Developer Guide
HasReconcileError Property






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