ArcFM Responder Mobile Developer Guide
Regions Property






Syntax
'Declaration
 
Public Property Regions As System.Collections.Generic.IEnumerable(Of RegionsObject)
'Usage
 
Dim instance As RegionParentsObject
Dim value As System.Collections.Generic.IEnumerable(Of RegionsObject)
 
instance.Regions = value
 
value = instance.Regions
public System.Collections.Generic.IEnumerable<RegionsObject> Regions {get; set;}
public read-write property Regions: System.Collections.Generic.IEnumerable; 
public function get,set Regions : System.Collections.Generic.IEnumerable
public: __property System.Collections.Generic.IEnumerable<RegionsObject*>* get_Regions();
public: __property void set_Regions( 
   System.Collections.Generic.IEnumerable<RegionsObject*>* value
);
public:
property System.Collections.Generic.IEnumerable<RegionsObject^>^ Regions {
   System.Collections.Generic.IEnumerable<RegionsObject^>^ get();
   void set (    System.Collections.Generic.IEnumerable<RegionsObject^>^ 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

RegionParentsObject Class
RegionParentsObject Members

Send Feedback