Responder Developer Guide
ValidateCustomer(String,String,String) Method


Syntax
'Declaration
 
Public Overloads Function ValidateCustomer( _
   ByVal accountNumber As String, _
   ByVal meterNumber As String, _
   ByVal primaryTelephoneNumber As String _
) As RxCustomer
'Usage
 
Dim instance As ResponderController
Dim accountNumber As String
Dim meterNumber As String
Dim primaryTelephoneNumber As String
Dim value As RxCustomer
 
value = instance.ValidateCustomer(accountNumber, meterNumber, primaryTelephoneNumber)
public RxCustomer ValidateCustomer( 
   string accountNumber,
   string meterNumber,
   string primaryTelephoneNumber
)

Parameters

accountNumber
meterNumber
primaryTelephoneNumber
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

ResponderController Class
ResponderController Members
Overload List

 

 


Send Comment