ArcFM Solution Developer Guide
AccountTypesInRegion Method


The region ID.
Enumerates through the account types in a region.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.IteratorStateMachineAttribute(Miner.Responder.Framework.Requests.OutageTimeByAccountTypeRequest+d__3)>
Public Function AccountTypesInRegion( _
   ByVal regionId As System.Integer _
) As System.Collections.Generic.IEnumerable(Of Integer)
'Usage
 
Dim instance As OutageTimeByAccountTypeRequest
Dim regionId As System.Integer
Dim value As System.Collections.Generic.IEnumerable(Of Integer)
 
value = instance.AccountTypesInRegion(regionId)
[System.Runtime.CompilerServices.IteratorStateMachine(Miner.Responder.Framework.Requests.OutageTimeByAccountTypeRequest+d__3)]
public System.Collections.Generic.IEnumerable<int> AccountTypesInRegion( 
   System.int regionId
)

Parameters

regionId
The region ID.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

OutageTimeByAccountTypeRequest Class
OutageTimeByAccountTypeRequest Members

 

 


Send Comment