Miner.Geodatabase.GeodatabaseManager.Serialization Namespace > GdbmReconcilePostService Class : GdbmProperties Property |
'Declaration
<System.Xml.Serialization.XmlArrayItemAttribute("GdbmProperty")> Public Property GdbmProperties As GdbmProperty()
'Usage
Dim instance As GdbmReconcilePostService Dim value() As GdbmProperty instance.GdbmProperties = value value = instance.GdbmProperties
[System.Xml.Serialization.XmlArrayItem("GdbmProperty")] public GdbmProperty[] GdbmProperties {get; set;}
public read-write property GdbmProperties: array of GdbmProperty;
System.Xml.Serialization.XmlArrayItemAttribute("GdbmProperty") public function get,set GdbmProperties : GdbmProperty[]
[System.Xml.Serialization.XmlArrayItem("GdbmProperty")] public: __property GdbmProperty*[]* get_GdbmProperties(); public: __property void set_GdbmProperties( GdbmProperty*[]* value );
[System.Xml.Serialization.XmlArrayItem("GdbmProperty")] public: property array<GdbmProperty^>^ GdbmProperties { array<GdbmProperty^>^ get(); void set ( array<GdbmProperty^>^ value); }
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