ArcFM Responder Mobile Developer Guide
HasConflicts Property






Indicates if conflicts have been detected during the reconcile process.
Syntax
'Declaration
 
Public Property HasConflicts As System.Boolean
'Usage
 
Dim instance As ActionData
Dim value As System.Boolean
 
instance.HasConflicts = value
 
value = instance.HasConflicts
public System.bool HasConflicts {get; set;}
public read-write property HasConflicts: System.Boolean; 
public function get,set HasConflicts : System.boolean
public: __property System.bool get_HasConflicts();
public: __property void set_HasConflicts( 
   System.bool value
);
public:
property System.bool HasConflicts {
   System.bool get();
   void set (    System.bool 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

ActionData Class
ActionData Members

Send Feedback