ArcFM Responder Mobile Developer Guide
RegionIds Property (UpdateRegionCustomerCount)






Syntax
'Declaration
 
Protected ReadOnly Property RegionIds As System.Collections.Generic.IEnumerable(Of Integer)
'Usage
 
Dim instance As UpdateRegionCustomerCount
Dim value As System.Collections.Generic.IEnumerable(Of Integer)
 
value = instance.RegionIds
protected System.Collections.Generic.IEnumerable<int> RegionIds {get;}
protected read-only property RegionIds: System.Collections.Generic.IEnumerable; 
protected function get RegionIds : System.Collections.Generic.IEnumerable
protected: __property System.Collections.Generic.IEnumerable<int>* get_RegionIds();
protected:
property System.Collections.Generic.IEnumerable<int>^ RegionIds {
   System.Collections.Generic.IEnumerable<int>^ get();
}
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

UpdateRegionCustomerCount Class
UpdateRegionCustomerCount Members

Send Feedback