ArcFM Responder Mobile Developer Guide
GdbmReconcile Property






Syntax
'Declaration
 
Public Property GdbmReconcile As GdbmReconcile
'Usage
 
Dim instance As GdbmReconcilePostService
Dim value As GdbmReconcile
 
instance.GdbmReconcile = value
 
value = instance.GdbmReconcile
public GdbmReconcile GdbmReconcile {get; set;}
public read-write property GdbmReconcile: GdbmReconcile; 
public function get,set GdbmReconcile : GdbmReconcile
public: __property GdbmReconcile* get_GdbmReconcile();
public: __property void set_GdbmReconcile( 
   GdbmReconcile* value
);
public:
property GdbmReconcile^ GdbmReconcile {
   GdbmReconcile^ get();
   void set (    GdbmReconcile^ 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

GdbmReconcilePostService Class
GdbmReconcilePostService Members

Send Feedback