ArcFM Responder Mobile Developer Guide
IsDisconnected Method






Returns True if Customer status is disconnected
Syntax
'Declaration
 
Public Function IsDisconnected() As System.Boolean
'Usage
 
Dim instance As CustomersObject
Dim value As System.Boolean
 
value = instance.IsDisconnected()
public System.bool IsDisconnected()
public function IsDisconnected(): System.Boolean; 
public function IsDisconnected() : System.boolean;
public: System.bool IsDisconnected(); 
public:
System.bool IsDisconnected(); 
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

CustomersObject Class
CustomersObject Members

Send Feedback