ArcFM Responder Mobile Developer Guide
Call Property






The last call added to be submitted(this will change with each call added)
Syntax
'Declaration
 
Public ReadOnly Property Call As CallsObject
'Usage
 
Dim instance As SubmitCallCommand
Dim value As CallsObject
 
value = instance.Call
public CallsObject Call {get;}
public read-only property Call: CallsObject; 
public function get Call : CallsObject
public: __property CallsObject* get_Call();
public:
property CallsObject^ Call {
   CallsObject^ get();
}
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

SubmitCallCommand Class
SubmitCallCommand Members

Send Feedback