ArcFM Responder Mobile Developer Guide
GdbmLicense Property






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