ArcFM Responder Mobile Developer Guide
ChildWins Property (ActionData)






Indicates if edits from the child version should be accepted if conflicts are encountered during a reconcile process.
Syntax
'Declaration
 
Public Property ChildWins As System.Boolean
'Usage
 
Dim instance As ActionData
Dim value As System.Boolean
 
instance.ChildWins = value
 
value = instance.ChildWins
public System.bool ChildWins {get; set;}
public read-write property ChildWins: System.Boolean; 
public function get,set ChildWins : System.boolean
public: __property System.bool get_ChildWins();
public: __property void set_ChildWins( 
   System.bool value
);
public:
property System.bool ChildWins {
   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