| Miner.Responder.Framework.Requests Namespace > UpdateRegionCustomerCount Class : Item Property |
'DeclarationProtected ReadOnly Property Item( _ ByVal regionId As System.Integer _ ) As FindCustomerCountsRequest.CustomerCounts
'UsageDim 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); }
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