ArcFM Responder Mobile Developer Guide
Item Property (UpdateRegionCustomerCount)






Syntax
'Declaration
 
Protected ReadOnly Property Item( _
   ByVal regionId As System.Integer _
) As FindCustomerCountsRequest.CustomerCounts
'Usage
 
Dim instance As UpdateRegionCustomerCount
Dim regionId As System.Integer
Dim value As FindCustomerCountsRequest.CustomerCounts
 
value = instance.Item(regionId)
protected FindCustomerCountsRequest.CustomerCounts Item( 
   System.int regionId
) {get;}
protected read-only property Item( 
    regionId: System.Integer
): FindCustomerCountsRequest.CustomerCounts; 
protected function get Item( 
   regionId : System.int
) : FindCustomerCountsRequest.CustomerCounts
protected: __property FindCustomerCountsRequest.CustomerCounts get_Item( 
   System.int regionId
);
protected:
property FindCustomerCountsRequest.CustomerCounts Item {
   FindCustomerCountsRequest.CustomerCounts get(System.int regionId);
}

Parameters

regionId
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