ArcFM Responder Mobile Developer Guide
UpdateSuccess Property






Returns True if user is updated successfully
Syntax
'Declaration
 
Public ReadOnly Property UpdateSuccess As System.Boolean
'Usage
 
Dim instance As UpdateUsersLastRxLoginRequest
Dim value As System.Boolean
 
value = instance.UpdateSuccess
public System.bool UpdateSuccess {get;}
public read-only property UpdateSuccess: System.Boolean; 
public function get UpdateSuccess : System.boolean
public: __property System.bool get_UpdateSuccess();
public:
property System.bool UpdateSuccess {
   System.bool 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

UpdateUsersLastRxLoginRequest Class
UpdateUsersLastRxLoginRequest Members

Send Feedback