ArcFM Responder Mobile Developer Guide
ServiceConfig Property






Get the configuration for the current reconcile/post service.
Syntax
'Declaration
 
Public Property ServiceConfig As GdbmReconcilePostService
'Usage
 
Dim instance As ActionData
Dim value As GdbmReconcilePostService
 
instance.ServiceConfig = value
 
value = instance.ServiceConfig
public GdbmReconcilePostService ServiceConfig {get; set;}
public read-write property ServiceConfig: GdbmReconcilePostService; 
public function get,set ServiceConfig : GdbmReconcilePostService
public: __property GdbmReconcilePostService* get_ServiceConfig();
public: __property void set_ServiceConfig( 
   GdbmReconcilePostService* value
);
public:
property GdbmReconcilePostService^ ServiceConfig {
   GdbmReconcilePostService^ get();
   void set (    GdbmReconcilePostService^ 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