ArcFM Responder Mobile Developer Guide
GdbmIntervals Property






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

GdbmDayType Class
GdbmDayType Members

Send Feedback