ArcFM Responder Mobile Developer Guide
RegionsTotalCount Property






Syntax
'Declaration
 
Public ReadOnly Property RegionsTotalCount As System.Integer
'Usage
 
Dim instance As UpdateCustomerCountyRequest
Dim value As System.Integer
 
value = instance.RegionsTotalCount
public System.int RegionsTotalCount {get;}
public read-only property RegionsTotalCount: System.Integer; 
public function get RegionsTotalCount : System.int
public: __property System.int get_RegionsTotalCount();
public:
property System.int RegionsTotalCount {
   System.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

UpdateCustomerCountyRequest Class
UpdateCustomerCountyRequest Members

Send Feedback