ArcFM Responder Mobile Developer Guide
GdbmPostSettings Property






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

GdbmInterval Class
GdbmInterval Members

Send Feedback