ArcFM Responder Mobile Developer Guide
GdbmSchedule Property






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