ArcFM Responder Mobile Developer Guide
GdbmTables Property






Syntax
'Declaration
 
<System.Xml.Serialization.XmlArrayItemAttribute("GdbmTable")>
Public Property GdbmTables As GdbmTable()
'Usage
 
Dim instance As GdbmReconcilePostService
Dim value() As GdbmTable
 
instance.GdbmTables = value
 
value = instance.GdbmTables
[System.Xml.Serialization.XmlArrayItem("GdbmTable")]
public GdbmTable[] GdbmTables {get; set;}
public read-write property GdbmTables: array of GdbmTable; 
System.Xml.Serialization.XmlArrayItemAttribute("GdbmTable")
public function get,set GdbmTables : GdbmTable[]
[System.Xml.Serialization.XmlArrayItem("GdbmTable")]
public: __property GdbmTable*[]* get_GdbmTables();
public: __property void set_GdbmTables( 
   GdbmTable*[]* value
);
[System.Xml.Serialization.XmlArrayItem("GdbmTable")]
public:
property array<GdbmTable^>^ GdbmTables {
   array<GdbmTable^>^ get();
   void set (    array<GdbmTable^>^ 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